diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
commit | 8c7fd7f3d5ac0a5e71830342df5f55a5660faa98 (patch) | |
tree | 079346a2bfea98317aa60623dd13592ab7e0c87a /src/modules/metacontacts/meta_main.cpp | |
parent | 530f2384fb389ff3cac38584fc0c67055d25f469 (diff) |
- 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
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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)) {
|