diff mcabber/mcabber/xmpp_iq.c @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents e6e89b1d7831
children d2747442918a
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_iq.c	Sun Mar 14 12:24:44 2010 +0200
+++ b/mcabber/mcabber/xmpp_iq.c	Sun Mar 14 12:09:08 2010 +0100
@@ -638,7 +638,7 @@
   buddylist_build();
   update_roster = TRUE;
   if (need_refresh)
-    scr_UpdateBuddyWindow();
+    scr_update_buddy_window();
   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
 }