diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:56:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:56:52 +0000 |
commit | 3c835ffde2e9d9aad789f222413f99e878efa157 (patch) | |
tree | 58c1f5b2f8acd6c076048094a4de6b210e7e4a4b /plugins/Clist_nicer/src/extBackg.cpp | |
parent | c274523d9bc253461a3c337d66e09532edae6edd (diff) |
nicer+ own extra icons spacing settings removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/extBackg.cpp')
-rw-r--r-- | plugins/Clist_nicer/src/extBackg.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_nicer/src/extBackg.cpp b/plugins/Clist_nicer/src/extBackg.cpp index 504bcfa974..29854db114 100644 --- a/plugins/Clist_nicer/src/extBackg.cpp +++ b/plugins/Clist_nicer/src/extBackg.cpp @@ -1391,7 +1391,6 @@ void extbk_import(char *file, HWND hwndDlg) char buffer[255];
char szKey[255], szSection[255];
DWORD data, version = 0;
- int oldexIconScale = cfg::dat.exIconScale;
for (n = 0; n <= ID_EXTBK_LAST - ID_STATUS_OFFLINE; n++) {
if (StatusItems[n].statusID != ID_EXTBKSEPARATOR) {
@@ -1500,10 +1499,6 @@ void extbk_import(char *file, HWND hwndDlg) ConfigureCLUIGeometry(1);
SendMessage(pcli->hwndContactList, WM_SIZE, 0, 0);
RedrawWindow(pcli->hwndContactList,NULL,NULL,RDW_INVALIDATE|RDW_ERASE|RDW_FRAME|RDW_UPDATENOW|RDW_ALLCHILDREN);
- if (oldexIconScale != cfg::dat.exIconScale) {
- IcoLibReloadIcons();
- pcli->pfnClcBroadcast(CLM_AUTOREBUILD, 0, 0);
- }
}
static void ApplyCLUISkin()
|