Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2010-08-13 06:33:31 +0400
committerEion Robb <eion@robbmob.com>2010-08-13 06:33:31 +0400
commit8e63e9a4604527103cca2fb2ff311cb90c79ff18 (patch)
tree7da93fc4172c0a097b8276380603220f9697b4d1
parent9bc8833c7f06264d18c4ba5e77099b59935ff69f (diff)
Fix the 'end call' logic so that it doesn't send corrupt data
-rw-r--r--libskype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libskype.c b/libskype.c
index bd19100..24628b4 100644
--- a/libskype.c
+++ b/libskype.c
@@ -579,7 +579,7 @@ skype_node_menu(PurpleBlistNode *node)
if (!purple_media_manager_get())
{
gint call_id = 0, i, j;
- temp = skype_send_message("SEARCH ACTIVECALLS %s");
+ temp = skype_send_message("SEARCH ACTIVECALLS");
if (temp && *temp && temp[6])
{
gchar **ids = g_strsplit(&temp[6], ", ", 0);