diff options
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/mim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index b7c3b14ee0..110a4a2c73 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -466,6 +466,7 @@ int CMimAPI::MessageEventAdded(WPARAM hContact, LPARAM hDbEvent) goto nowindowcreate; PostMessage(PluginConfig.g_hwndHotkeyHandler, DM_CREATECONTAINER, hContact, hDbEvent); + return 0; nowindowcreate: // for tray support, we add the event to the tray menu. otherwise we send it back to |