diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-23 21:49:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-23 21:49:52 +0300 |
commit | 8119f415411c99ba78d44d566c96313df2e2aa9b (patch) | |
tree | e98175c554de5c58b857f6cd7a98bc845491b6fd | |
parent | 2158b9ad08f0fd445f33bc1e2be575f6197485c1 (diff) |
no, this shit must be destroyed before all plugins :(
-rw-r--r-- | src/mir_app/src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp index e2ef701b02..84fddeabd0 100644 --- a/src/mir_app/src/modules.cpp +++ b/src/mir_app/src/modules.cpp @@ -166,6 +166,7 @@ int LoadDefaultModules(void) void UnloadDefaultModules(void)
{
+ UnloadChatModule();
UnloadAccountsModule();
UnloadMetacontacts();
UnloadNewPlugins();
@@ -173,7 +174,6 @@ void UnloadDefaultModules(void) UnloadSkinSounds();
UnloadSkinHotkeys();
UnloadSrmmModule();
- UnloadChatModule();
UnloadIcoLibModule();
UnloadUtilsModule();
UnloadExtraIconsModule();
|