From 7d1babb61cffcf4c376463053397e3b11659f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 20 Oct 2015 15:13:37 +0000 Subject: Omegle: Various improvements; version bump * Show icon with typing info in statusbar * Don't send "hi message" when in mode for anwering questions * Clear typing info on more events (e.g. on spy message) * Fix icons labels in icolib * Fix help messages * Show which stranger is typing in spy mode git-svn-id: http://svn.miranda-ng.org/main/trunk@15582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Omegle/src/connection.cpp') diff --git a/protocols/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp index 870c8ea905..fb7ab9a6e1 100644 --- a/protocols/Omegle/src/connection.cpp +++ b/protocols/Omegle/src/connection.cpp @@ -95,6 +95,8 @@ void OmegleProto::StopChat(bool disconnect) } SetTopic(); // reset topic content + + CallService(MS_MSG_SETSTATUSTEXT, (WPARAM)GetChatHandle(), NULL); } else { // disconnecting or inactive -- cgit v1.2.3