# HG changeset patch # User Christian Hammond # Date 1057742232 0 # Node ID adb43b7342cac46269b5a8422683bd1454db1b57 # Parent 8469f83b6caee2f9368ee5ef935173ac4e7f57c8 [gaim-migrate @ 6521] We really shouldn't need this UI call in here anymore. This should all be handled by connection.c, in a core way. committer: Tailor Script diff -r 8469f83b6cae -r adb43b7342ca src/server.c --- a/src/server.c Wed Jul 09 04:32:53 2003 +0000 +++ b/src/server.c Wed Jul 09 09:17:12 2003 +0000 @@ -35,7 +35,6 @@ /* XXX UI Stuff */ #include "gaim.h" #include "gtkimhtml.h" -#include "gtkconv.h" #include "gtkutils.h" #include "ui.h" @@ -102,10 +101,6 @@ GaimConversation *b = gc->buddy_chats->data; gc->buddy_chats = g_slist_remove(gc->buddy_chats, b); - - /* TODO: Nuke the UI-specific code here. */ - if (GAIM_IS_GTK_CONVERSATION(b)) - gaim_gtkconv_update_buttons_by_protocol(b); } if (gc->idle_timer > 0)