diff src/gtkpounce.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 dc4475bf718f
children 896efbdc74e2
line wrap: on
line diff
--- a/src/gtkpounce.c	Thu Jan 20 20:58:25 2005 +0000
+++ b/src/gtkpounce.c	Sat Jan 22 04:43:15 2005 +0000
@@ -350,7 +350,6 @@
 	GtkWidget *button;
 	GtkWidget *frame;
 	GtkWidget *table;
-	GtkWidget *sep;
 	GtkSizeGroup *sg;
 	GPtrArray *sound_widgets;
 	GPtrArray *exec_widgets;
@@ -618,11 +617,6 @@
 
 	gtk_box_pack_start(GTK_BOX(vbox2), dialog->save_pounce, FALSE, FALSE, 0);
 
-	/* Separator... */
-	sep = gtk_hseparator_new();
-	gtk_box_pack_start(GTK_BOX(vbox1), sep, FALSE, FALSE, 0);
-	gtk_widget_show(sep);
-
 	/* Now the button box! */
 	bbox = gtk_hbutton_box_new();
 	gtk_box_set_spacing(GTK_BOX(bbox), 6);