diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-22 21:39:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-22 21:39:03 +0300 |
commit | 8581cf96fc02be7fdf5fc32b389038ec33dd6822 (patch) | |
tree | 3a644c896c4c2654460c0717428ea2c2b545394a /protocols | |
parent | b4a93a7e34aee5476b9ab962dd75b25b53d8eee2 (diff) |
if we have Tipper, we use it
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/src/jabber_svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_svc.cpp b/protocols/JabberG/src/jabber_svc.cpp index 6efd57a802..4661cdcc99 100644 --- a/protocols/JabberG/src/jabber_svc.cpp +++ b/protocols/JabberG/src/jabber_svc.cpp @@ -359,7 +359,7 @@ INT_PTR __cdecl CJabberProto::JabberGCGetToolTipText(WPARAM wParam, LPARAM lPara // Role: Moderator
// Affiliation: Affiliation
- bool bIsTipper = db_get_b(NULL, "Tab_SRMsg", "adv_TipperTooltip", 0) && ServiceExists("mToolTip/HideTip");
+ bool bIsTipper = ServiceExists("mToolTip/HideTip");
//JID:
CMStringW outBuf;
|