diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-24 19:26:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-24 19:26:19 +0000 |
commit | c3b624f7b50818dc54fc9f3d82bc6ce89254fd85 (patch) | |
tree | 88991f0ccc809bfbd21c9683ffcef181fde6259e | |
parent | d1ce225698f86c2b2bc2553416da7e97feb58362 (diff) |
till next time
git-svn-id: http://svn.miranda-ng.org/main/trunk@8266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 7369c60148..3f2963748d 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 /*&& !(b_Caps1 && b_Caps3 && ServiceExists(MS_NAS_SETSTATE))*/ ) {
log_debugA("CommonStatus sets status for %s to %d", szProto, newstatus);
CallProtoService(szProto, PS_SETSTATUS, newstatus, 0);
}
|