diff src/gtkft.c @ 10535:f175ff63d571

[gaim-migrate @ 11887] patch from mccannwj; removes horizontal seperators from dialogs committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 22 Jan 2005 04:43:15 +0000
parents 75f052c26f16
children 9cb601a1fcfa
line wrap: on
line diff
--- a/src/gtkft.c	Thu Jan 20 20:58:25 2005 +0000
+++ b/src/gtkft.c	Sat Jan 22 04:43:15 2005 +0000
@@ -610,7 +610,6 @@
 	GtkWidget *vbox1, *vbox2;
 	GtkWidget *bbox;
 	GtkWidget *sw;
-	GtkWidget *sep;
 	GtkWidget *button;
 	GtkWidget *disclosure;
 	GtkWidget *table;
@@ -681,11 +680,6 @@
 					 G_CALLBACK(toggle_details_cb), dialog);
 #endif
 
-	/* Separator */
-	sep = gtk_hseparator_new();
-	gtk_box_pack_start(GTK_BOX(vbox2), sep, FALSE, FALSE, 0);
-	gtk_widget_show(sep);
-
 	/* The table of information. */
 	table = make_info_table(dialog);
 	gtk_box_pack_start(GTK_BOX(vbox2), table, TRUE, TRUE, 0);