diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-31 22:40:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-31 22:40:47 +0300 |
commit | 125acb8cba24b1a9b648a31207453fc48a2ffb88 (patch) | |
tree | ef9c0f73a3d7eed632f3cd0e01df2162c78e14fb /plugins/UserInfoEx/src/svc_reminder.cpp | |
parent | 45609ac8f0e3370c034445e49feb9da05f2e007d (diff) |
myGlobals.UseDbxTree : always false
Diffstat (limited to 'plugins/UserInfoEx/src/svc_reminder.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/svc_reminder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_reminder.cpp b/plugins/UserInfoEx/src/svc_reminder.cpp index b76227f7de..a291ec092a 100644 --- a/plugins/UserInfoEx/src/svc_reminder.cpp +++ b/plugins/UserInfoEx/src/svc_reminder.cpp @@ -843,7 +843,7 @@ void SvcReminderEnable(BYTE bEnable) if (!ghCListIA)
ghCListIA = HookEvent(ME_CLIST_EXTRA_IMAGE_APPLY, (MIRANDAHOOK)OnCListApplyIcon);
- if (!ghSettingsChanged && !myGlobals.UseDbxTree)
+ if (!ghSettingsChanged)
ghSettingsChanged = HookEvent(ME_DB_CONTACT_SETTINGCHANGED, (MIRANDAHOOK)OnContactSettingChanged);
// reinit reminder options
|