diff mcabber/src/commands.c @ 506:74dcd0df532e

"/move" does not jump to the buddy in the new group
author Mikael Berthe <mikael@lilotux.net>
date Fri, 11 Nov 2005 22:47:28 +0100
parents 321ae11e7ddb
children 5a2132ba2220
line wrap: on
line diff
--- a/mcabber/src/commands.c	Mon Oct 31 23:06:55 2005 +0100
+++ b/mcabber/src/commands.c	Fri Nov 11 22:47:28 2005 +0100
@@ -944,6 +944,7 @@
   // clones the buddy and deletes the old one (and thus, jid and name are
   // freed)
   jb_updatebuddy(jid, name, newgroupname);
+  scr_RosterUp();
   buddy_setgroup(bud, newgroupname);
 
   g_free(newgroupname);