mcabber/src/commands.c
changeset 438 b44be19d6229
parent 436 802da817a684
child 439 63562fd409a1
--- a/mcabber/src/commands.c	Fri Sep 16 21:49:39 2005 +0200
+++ b/mcabber/src/commands.c	Mon Sep 19 23:32:42 2005 +0200
@@ -627,8 +627,8 @@
   jid    = buddy_getjid(bud);
   name   = buddy_getname(bud);
   type   = buddy_gettype(bud);
-  status = buddy_getstatus(bud);
-  st_msg = buddy_getstatusmsg(bud);
+  status = buddy_getstatus(bud, NULL);
+  st_msg = buddy_getstatusmsg(bud, NULL);
 
   buffer = g_new(char, 128);