diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-23 19:24:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-23 19:24:21 +0000 |
commit | e6a72c7135f02435f64c30f9f7d347b18e30fd83 (patch) | |
tree | 78c23c428ac8292b4d10c88cf1dc6814baa3baa1 /plugins/StatusPlugins/commonstatus.cpp | |
parent | a4bd1d2df4f0599c56b4ce1f0f06a8f7e62331a0 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/commonstatus.cpp')
-rw-r--r-- | plugins/StatusPlugins/commonstatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusPlugins/commonstatus.cpp b/plugins/StatusPlugins/commonstatus.cpp index 20a17b151a..db53916620 100644 --- a/plugins/StatusPlugins/commonstatus.cpp +++ b/plugins/StatusPlugins/commonstatus.cpp @@ -286,7 +286,7 @@ INT_PTR SetStatusEx(WPARAM wParam, LPARAM lParam) SetStatusMsg(protoSettings[i], newstatus);
// set the status
- if (newstatus != oldstatus && !(b_Caps1 && b_Caps3 && ServiceExists(MS_NAS_SETSTATE))) {
+ if (newstatus != oldstatus) {
log_debugA("CommonStatus sets status for %s to %d", szProto, newstatus);
CallProtoService(szProto, PS_SETSTATUS, (WPARAM)newstatus, 0);
}
|