diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-30 19:15:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-30 19:15:15 +0300 |
commit | 6bca8df1f4907ac1f7cca2f062ed3de01b4b603d (patch) | |
tree | aa4558f7cb0c2cdaa5d0efbcf3a70d87a8399f52 /plugins/StatusManager/src/commonstatus.cpp | |
parent | d6a86b851a082a11b03bc8dabc81714c25217ff4 (diff) |
fixes #2061 (StartupStatus should also handle account enabling)
Diffstat (limited to 'plugins/StatusManager/src/commonstatus.cpp')
-rw-r--r-- | plugins/StatusManager/src/commonstatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusManager/src/commonstatus.cpp b/plugins/StatusManager/src/commonstatus.cpp index da4fbf2163..a50b1917fa 100644 --- a/plugins/StatusManager/src/commonstatus.cpp +++ b/plugins/StatusManager/src/commonstatus.cpp @@ -304,7 +304,7 @@ bool IsSuitableProto(PROTOACCOUNT *pa) static int onShutdown(WPARAM, LPARAM) { - g_bMirandaLoaded = false; + g_plugin.bMirandaLoaded = false; DestroyHookableEvent(hCSStatusChangedExEvent); return 0; } |