diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 15:01:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 15:01:48 +0000 |
commit | 9c29e3fae6386536f5c3a8da378781dd7ec907ee (patch) | |
tree | 92fd90a17bfd8f7e589cfda2a947c71c8f2da399 /plugins/TabSRMM/src/chat | |
parent | 347649601b4ce654e6cf01049432841c9f04e0d6 (diff) |
we display popups even when there's no chat window
git-svn-id: http://svn.miranda-ng.org/main/trunk@7726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r-- | plugins/TabSRMM/src/chat/tools.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index c31372cc54..52fa34e581 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -157,9 +157,6 @@ BOOL DoPopup(SESSION_INFO *si, GCEVENT* gce) return true;
TWindowData *dat = si->dat;
- if (dat == NULL)
- return true;
-
TContainerData *pContainer = dat ? dat->pContainer : NULL;
TCHAR *bbStart, *bbEnd;
|