From 488214ac8af0c4aeb1a5c1d8fd48368daaf4c4c7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Nov 2018 20:12:53 +0300 Subject: end of ME_OPT_INITIALISE related zoo in another plugins --- plugins/BASS_interface/src/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/BASS_interface/src') diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index a55f34fd11..71b3c8ad6f 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -549,7 +549,6 @@ int OnModulesLoaded(WPARAM, LPARAM) LoadBassLibrary(CurrBassPath); - HookEvent(ME_OPT_INITIALISE, OptionsInit); HookEvent(ME_FOLDERS_PATH_CHANGED, OnFoldersChanged); return 0; } @@ -590,9 +589,10 @@ static IconItem iconList[] = int CMPlugin::Load() { + HookEvent(ME_DB_CONTACT_SETTINGCHANGED, OnSettingChanged); + HookEvent(ME_OPT_INITIALISE, OptionsInit); HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); HookEvent(ME_SYSTEM_SHUTDOWN, OnShutdown); - HookEvent(ME_DB_CONTACT_SETTINGCHANGED, OnSettingChanged); g_plugin.registerIcon(MODULENAME, iconList); return 0; -- cgit v1.2.3