diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/BossKeyPlus/src/BossKey.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/BossKeyPlus/src/BossKey.cpp b/plugins/BossKeyPlus/src/BossKey.cpp index c2a35cafac..eabb2d137b 100644 --- a/plugins/BossKeyPlus/src/BossKey.cpp +++ b/plugins/BossKeyPlus/src/BossKey.cpp @@ -338,7 +338,6 @@ LRESULT CALLBACK ListenWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara }
Clist_TrayIconDestroy(pcli->hwndContactList);
- pcli->pfnUninitTray();
if (g_wMask & OPT_TRAYICON)
CreateTrayIcon(true);
@@ -414,7 +413,6 @@ LRESULT CALLBACK ListenWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara if (g_TrayIcon) CreateTrayIcon(false);
- pcli->pfnInitTray();
pcli->pfnTrayIconInit(pcli->hwndContactList);
// force a redraw
|