summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/gg.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-23 08:36:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-23 08:36:06 +0000
commit704a24032eb7067ea526b37d03d8fe935331beea (patch)
tree62f4263f624a66ff4957aad148f324f7a40d6e6f /protocols/Gadu-Gadu/gg.cpp
parentd828acae837c71992f6a5f9dd688ba7afd944e56 (diff)
fixed problems with services
git-svn-id: http://svn.miranda-ng.org/main/trunk@1109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/gg.cpp')
-rw-r--r--protocols/Gadu-Gadu/gg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/gg.cpp b/protocols/Gadu-Gadu/gg.cpp
index c92b1d23cc..e34c43e858 100644
--- a/protocols/Gadu-Gadu/gg.cpp
+++ b/protocols/Gadu-Gadu/gg.cpp
@@ -288,7 +288,7 @@ void GGPROTO::block_init()
mi.flags = CMIF_ICONFROMICOLIB;
mir_snprintf(service, sizeof(service), GGS_BLOCKUSER, m_szModuleName);
- createProtoService(service, &GGPROTO::blockuser);
+ createObjService(service, &GGPROTO::blockuser);
mi.position = -500050000;
mi.icolibItem = GetIconHandle(IDI_BLOCK);
mi.pszName = LPGEN("&Block");