diff options
Diffstat (limited to 'plugins/Clist_mw/src/clistsettings.cpp')
-rw-r--r-- | plugins/Clist_mw/src/clistsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/src/clistsettings.cpp b/plugins/Clist_mw/src/clistsettings.cpp index 0fab2e10bd..01b42ebf6f 100644 --- a/plugins/Clist_mw/src/clistsettings.cpp +++ b/plugins/Clist_mw/src/clistsettings.cpp @@ -294,7 +294,7 @@ int ContactSettingChanged(WPARAM hContact, LPARAM lParam) else ChangeContactIcon(hContact, ExtIconFromStatusMode(hContact,cws->szModule, cws->value.wVal), 0); //by FYR
}
}
- else if ( !strcmp(cws->szModule,"MetaContacts")) {
+ else if (!strcmp(cws->szModule, META_PROTO)) {
pcli->pfnInitAutoRebuild(pcli->hwndContactTree);
return 0;
}
|