summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/dlg_anniversarylist.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-07 20:50:13 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-07 20:50:13 +0000
commit5fbea6c9b7b89fd01f64a67244bddf6ecc8a7187 (patch)
tree6c7228c01a0f7d42e8dc285333f7fdb44069edcb /plugins/UserInfoEx/src/dlg_anniversarylist.cpp
parent72fd4143b5a49a5842ce0af179b177551d356f91 (diff)
more cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_anniversarylist.cpp')
-rw-r--r--plugins/UserInfoEx/src/dlg_anniversarylist.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/UserInfoEx/src/dlg_anniversarylist.cpp b/plugins/UserInfoEx/src/dlg_anniversarylist.cpp
index 2bb666f10e..06404c4301 100644
--- a/plugins/UserInfoEx/src/dlg_anniversarylist.cpp
+++ b/plugins/UserInfoEx/src/dlg_anniversarylist.cpp
@@ -653,7 +653,6 @@ class CAnnivList
SetUserData(hDlg, NULL);
delete pDlg;
}
- MagneticWindows_RemoveWindow(hDlg);
} break;
}
return FALSE;
@@ -959,10 +958,8 @@ public:
LoadFilter();
_hDlg = CreateDialogParam(ghInst, MAKEINTRESOURCE(IDD_ANNIVERSARY_LIST), NULL, DlgProc, (LPARAM)this);
- if (_hDlg) {
- MagneticWindows_AddWindow(_hDlg);
- _mHookExit = HookEventMessage(ME_SYSTEM_PRESHUTDOWN, _hDlg, WM_CLOSE);
- }
+ if (_hDlg)
+ _mHookExit = HookEventMessage(ME_SYSTEM_PRESHUTDOWN, _hDlg, WM_CLOSE);
else {
_mHookExit = NULL;
delete this;