summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-09 15:30:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-09 15:30:37 +0000
commit132e74c3f3f5a31558b6b50be7be70e7bc283804 (patch)
treef1ee39a33840768575c1908850d099a6fa90d552 /plugins
parent363872c39ab8cee036e86affd16345e4ab20d1e7 (diff)
fix for black ribbons in Clist Modern when skinning is disabled
git-svn-id: http://svn.miranda-ng.org/main/trunk@883 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Clist_modern/modern_toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/modern_toolbar.cpp b/plugins/Clist_modern/modern_toolbar.cpp
index 36d05bfa01..bd604e0464 100644
--- a/plugins/Clist_modern/modern_toolbar.cpp
+++ b/plugins/Clist_modern/modern_toolbar.cpp
@@ -306,6 +306,7 @@ HRESULT ToolbarLoadModule()
CallService(MS_UTILS_OPENURL, 0, (LPARAM)szUrl);
}
+ ehhToolBarBackgroundSettingsChanged(0,0);
HookEvent(ME_SYSTEM_MODULESLOADED, Toolbar_ModulesLoaded);
return S_OK;
}