summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-11-11 13:47:04 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-11-11 13:47:04 +0000
commite2d3722cccb735f101ca8955d050cc1cc82ecf1c (patch)
tree74dc83734cc562c67a696ff78262dbabd84626a9 /protocols/JabberG
parent14bfdf86ada00e4d44eb7f71a6c5810152f6d62c (diff)
fix for the Tipper Tooltips (fixes #62)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG')
-rw-r--r--protocols/JabberG/src/jabber_svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_svc.cpp b/protocols/JabberG/src/jabber_svc.cpp
index 420852ae43..dc939ec107 100644
--- a/protocols/JabberG/src/jabber_svc.cpp
+++ b/protocols/JabberG/src/jabber_svc.cpp
@@ -425,7 +425,7 @@ INT_PTR __cdecl CJabberProto::JabberGCGetToolTipText( WPARAM wParam, LPARAM lPar
TCHAR outBuf[2048];
outBuf[0]=_T('\0');
- bool bIsTipper = DBGetContactSettingByte(NULL, "Tab_SRMsg", "adv_TipperTooltip", 1) && ServiceExists("mToolTip/HideTip");
+ bool bIsTipper = DBGetContactSettingByte(NULL, "Tab_SRMsg", "adv_TipperTooltip", 0) && ServiceExists("mToolTip/HideTip");
//JID:
if ( _tcschr(info->resourceName, _T('@')) != NULL )