summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-04 15:41:05 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-04 15:41:05 +0000
commit1a32985890d81947ee4de308503aad25e1c1f1b2 (patch)
tree522f08ff204682bc39074e99c0bcee7b8928237c /protocols
parent3685ebe2cbd36b223927214e85815f36b774caf7 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp
index b8d9009a6a..08ee6eabad 100644
--- a/protocols/SkypeWeb/src/skype_proto.cpp
+++ b/protocols/SkypeWeb/src/skype_proto.cpp
@@ -50,6 +50,8 @@ PROTO<CSkypeProto>(protoName, userName), password(NULL)
if (dwAttributes == 0xffffffff || (dwAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0)
CreateDirectoryTreeT(m_tszAvatarFolder.c_str());
+ db_set_resident(m_szModuleName, "Status");
+
// custom event
DBEVENTTYPEDESCR dbEventType = { sizeof(dbEventType) };
dbEventType.module = m_szModuleName;