diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/CmdLine/src/mimcmd_handlers.cpp | 2 | ||||
-rw-r--r-- | plugins/CmdLine/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index 673813dc24..f5454b2f2f 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -1257,7 +1257,7 @@ int ContactMatchSearch(MCONTACT hContact, char *contact, char *id, char *account char protocol[128];
AccountName2Protocol(account, protocol, sizeof(protocol));
- WORD contactStatus = db_get_w(hContact, protocol, "Status", ID_STATUS_ONLINE);
+ WORD contactStatus = db_get_w(hContact, protocol, "Status", ID_STATUS_OFFLINE);
if (searchStatus != contactStatus) {
matches = 0;
diff --git a/plugins/CmdLine/src/version.h b/plugins/CmdLine/src/version.h index 5a1aa99af8..8a92313388 100644 --- a/plugins/CmdLine/src/version.h +++ b/plugins/CmdLine/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 4
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|