diff options
| author | George Hazan <ghazan@miranda.im> | 2018-07-16 20:05:28 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-07-16 20:05:28 +0300 |
| commit | 38cc6ba3c3f5cb41d491df8414b270158152f3da (patch) | |
| tree | f9957cb59b375de20b447deabe873a96ceaf634a /plugins | |
| parent | 1d002790ba625d5af4e1932ad95710203e5b6e9c (diff) | |
fixes #1503 (Clist_blind: Main menu has gone)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Clist_blind/src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index 118de95447..442d479bbd 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -122,6 +122,7 @@ int CMPlugin::Load() Clist_GetInterface();
coreCli = g_clistApi;
+ g_clistApi.bOwnerDrawMenu = false;
g_clistApi.hInst = g_plugin.getInst();
g_clistApi.pfnPaintClc = PaintClc;
g_clistApi.pfnContactListWndProc = ContactListWndProc;
|
