From 4213b612a8e10b7dde94f15c0fbd5a023a4d7e55 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 19 Apr 2015 15:26:36 +0000 Subject: SkypeWeb: Roles fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@12936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_chatrooms.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp index 1d0065c4a3..bc4f755e4c 100644 --- a/protocols/SkypeWeb/src/skype_chatrooms.cpp +++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp @@ -404,14 +404,7 @@ void CSkypeProto::AddChatContact(const TCHAR *tchat_id, const char *id, const ch gce.ptszUID = tid; gce.time = time(NULL); gce.bIsMe = IsMe(id); - - if (gce.bIsMe) { - gce.ptszStatus = TranslateT("Myself"); - } - else - { - gce.ptszStatus = TranslateTS(role); - } + gce.ptszStatus = TranslateTS(role); CallServiceSync(MS_GC_EVENT, 0, reinterpret_cast(&gce)); } -- cgit v1.2.3