diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-17 15:14:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-17 15:14:41 +0000 |
commit | 81cc0996f38dca205fe283e24d64df6e9cea7c10 (patch) | |
tree | 4c09ebfb8966e30ee84b2f1d8e4f84d5795fb8e0 /plugins/Scriver/src/statusicon.cpp | |
parent | d7d4fc4e61b3b0271a4dac9d04283f5237ed514e (diff) |
- icons management also moved to core;
- forced ReloadSettings() after initialization
git-svn-id: http://svn.miranda-ng.org/main/trunk@7690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/statusicon.cpp')
-rw-r--r-- | plugins/Scriver/src/statusicon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/statusicon.cpp b/plugins/Scriver/src/statusicon.cpp index fa56859f67..f9c3d02936 100644 --- a/plugins/Scriver/src/statusicon.cpp +++ b/plugins/Scriver/src/statusicon.cpp @@ -71,8 +71,6 @@ static int OnSrmmIconChanged(WPARAM wParam, LPARAM) if (hwnd != NULL)
PostMessage(GetParent(hwnd), DM_STATUSICONCHANGE, 0, 0);
}
-
- LoadChatIcons();
return 0;
}
|