From 16883b99a9de3b600bb7cc0bd42317249e74f2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 16 Jun 2013 14:12:49 +0000 Subject: Jabber: Fixed setting mood/activity through Jabber frame git-svn-id: http://svn.miranda-ng.org/main/trunk@4986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_xstatus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_xstatus.cpp b/protocols/JabberG/src/jabber_xstatus.cpp index a0a7fe974f..0a97bba749 100644 --- a/protocols/JabberG/src/jabber_xstatus.cpp +++ b/protocols/JabberG/src/jabber_xstatus.cpp @@ -1322,12 +1322,12 @@ INT_PTR __cdecl CJabberProto::OnSetListeningTo(WPARAM, LPARAM lParam) void CJabberProto::InfoFrame_OnUserMood(CJabberInfoFrame_Event*) { - m_pepServices.Find(_T(JABBER_FEAT_USER_MOOD))->LaunchSetGui(); + ((CPepGuiService *)m_pepServices.Find(_T(JABBER_FEAT_USER_MOOD)))->LaunchSetGui(0); } void CJabberProto::InfoFrame_OnUserActivity(CJabberInfoFrame_Event*) { - m_pepServices.Find(_T(JABBER_FEAT_USER_ACTIVITY))->LaunchSetGui(); + ((CPepGuiService *)m_pepServices.Find(_T(JABBER_FEAT_USER_ACTIVITY)))->LaunchSetGui(0); } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3