diff pidgin/gtkblist.c @ 22086:1d02fa7737eb

Clean up an earlier commit. Fixes CID #379, and #378.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 12 Jan 2008 07:48:38 +0000
parents 0503cd74cb56
children d943df776c09
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Jan 12 07:31:25 2008 +0000
+++ b/pidgin/gtkblist.c	Sat Jan 12 07:48:38 2008 +0000
@@ -937,7 +937,6 @@
 pidgin_blist_joinchat_show(void)
 {
 	GtkWidget *hbox, *vbox;
-	GtkWidget *rowbox;
 	GtkWidget *label;
 	PidginBuddyList *gtkblist;
 	GtkWidget *img = NULL;
@@ -981,7 +980,6 @@
 	data->account_menu = pidgin_account_option_menu_new(NULL, FALSE,
 			G_CALLBACK(joinchat_select_account_cb),
 			chat_account_filter_func, data);
-	gtk_box_pack_start(GTK_BOX(rowbox), data->account_menu, TRUE, TRUE, 0);
 
 	pidgin_add_widget_to_vbox(GTK_BOX(vbox), _("_Account:"), data->sg, data->account_menu, TRUE, NULL);