Do not enter chat mode after command "/del"
authorMikael Berthe <mikael@lilotux.net>
Sat, 09 Sep 2006 13:10:27 +0200
changeset 959 8bf36cef8aa6
parent 958 30b799632653
child 960 90ff94f0fbbb
Do not enter chat mode after command "/del" "Salvador" noticed chat mode was automaticalled enabled after removing a roster buddy (command "/del").
mcabber/src/jab_iq.c
--- a/mcabber/src/jab_iq.c	Sat Sep 09 13:07:59 2006 +0200
+++ b/mcabber/src/jab_iq.c	Sat Sep 09 13:10:27 2006 +0200
@@ -223,7 +223,7 @@
   buddylist_build();
   update_roster = TRUE;
   if (need_refresh)
-    scr_ShowBuddyWindow();
+    scr_UpdateBuddyWindow();
 }
 
 static void iqscallback_version(eviqs *iqp, xmlnode xml_result, guint iqcontext)