diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-13 19:59:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-13 19:59:11 +0000 |
commit | 51b5164fd6c0ea0de58e4398e515dd73a0e12620 (patch) | |
tree | 94bed44c33f9c186f0110feadb56c1403ddf59cd /protocols/Skype/src/skype_menus.cpp | |
parent | 241aed20d47fe5e443370cd6224b5b2e844348d3 (diff) |
- fix some own avatar get/set bugs
git-svn-id: http://svn.miranda-ng.org/main/trunk@4449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_menus.cpp')
-rw-r--r-- | protocols/Skype/src/skype_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_menus.cpp b/protocols/Skype/src/skype_menus.cpp index c9d6468427..ae01acf95a 100644 --- a/protocols/Skype/src/skype_menus.cpp +++ b/protocols/Skype/src/skype_menus.cpp @@ -206,7 +206,7 @@ void CSkypeProto::OnInitStatusMenu() // Invite Command
strcpy(tDest, "/InviteCommand");
- this->CreateService(tDest, &CSkypeProto::InviteCommand);
+ this->CreateServiceObj(tDest, &CSkypeProto::InviteCommand);
mi.ptszName = LPGENT("Invite to conference");
mi.position = 200001;
mi.icolibItem = CSkypeProto::GetIconHandle("confInvite");
|