From 8c7fd7f3d5ac0a5e71830342df5f55a5660faa98 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 15 Mar 2014 19:15:23 +0000 Subject: - srmm icon added for metacontacts; - wipe out the rest of srmm related clutches from mc git-svn-id: http://svn.miranda-ng.org/main/trunk@8631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/metacontacts/meta_main.cpp') diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index e550c329c7..c031e6ce77 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -62,7 +62,6 @@ int LoadMetacontacts(void) db_set_resident(META_PROTO, "Status"); db_set_resident(META_PROTO, "IdleTS"); - db_set_resident(META_PROTO, "WindowOpen"); //set all contacts to 'offline', and initialize subcontact counter for db consistency check for (MCONTACT hContact = db_find_first(META_PROTO); hContact; hContact = db_find_next(hContact, META_PROTO)) { -- cgit v1.2.3