changeset 6071:adb43b7342ca

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 09 Jul 2003 09:17:12 +0000
parents 8469f83b6cae
children d1a51a9ab40b
files src/server.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)