diff options
| author | George Hazan <ghazan@miranda.im> | 2020-04-08 20:23:48 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-04-08 20:23:48 +0300 |
| commit | 13b5669bceabdf696ccf7a1cf1b373cf9745b3c8 (patch) | |
| tree | f362932a6cc857e0f872f55b27051aa9d863e676 | |
| parent | 28166af249059f05e9cd74ba4b574f569000bcb5 (diff) | |
tabSRMM: cosmetics
| -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 |
