summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-13 11:56:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-13 11:56:12 +0000
commit351bcbec48ed77af5f8efcc4d5198707922c5d86 (patch)
tree76f33bc88995da318477d998451f70f74c3f4fed /src/modules
parente095cd0a755191d61f652ac400cf045d38f5b5d0 (diff)
CCtrlBase::m_bSilent - a flag not to send change notifications
git-svn-id: http://svn.miranda-ng.org/main/trunk@14142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/clist/genmenuopt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/clist/genmenuopt.cpp b/src/modules/clist/genmenuopt.cpp
index d4560781ef..3299a17818 100644
--- a/src/modules/clist/genmenuopt.cpp
+++ b/src/modules/clist/genmenuopt.cpp
@@ -286,6 +286,9 @@ public:
m_menuItems.SetFlags(MTREE_CHECKBOX | MTREE_DND | MTREE_MULTISELECT);
m_menuItems.OnSelChanged = Callback(this, &CGenMenuOptionsPage::onMenuItemChanged);
+
+ m_customName.SetSilent();
+ m_service.SetSilent();
}
//---- init dialog -------------------------------------------