diff src/gtkaccount.c @ 5567:cc9ddec20010

[gaim-migrate @ 5969] More fixing. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 18:44:03 +0000
parents 9eb5b13fd412
children 5d2911d6d38e
line wrap: on
line diff
--- a/src/gtkaccount.c	Fri May 30 18:31:15 2003 +0000
+++ b/src/gtkaccount.c	Fri May 30 18:44:03 2003 +0000
@@ -98,9 +98,11 @@
 	gtk_widget_show(vbox);
 
 	/* Setup the scrolled window that will contain the list of accounts. */
+#if 0
 	sw = __create_accounts_list();
 	gtk_box_pack_start(GTK_BOX(vbox), sw, TRUE, TRUE, 0);
 	gtk_widget_show(sw);
+#endif
 
 	/* Separator... */
 	sep = gtk_hseparator_new();