diff src/gtksavedstatuses.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 6cd5cca9c451
children 77ef3f2f0df8
line wrap: on
line diff
--- a/src/gtksavedstatuses.c	Thu Jan 20 20:58:25 2005 +0000
+++ b/src/gtksavedstatuses.c	Sat Jan 22 04:43:15 2005 +0000
@@ -379,7 +379,6 @@
 	GtkWidget *bbox;
 	GtkWidget *button;
 	GtkWidget *list;
-	GtkWidget *sep;
 	GtkWidget *vbox;
 	GtkWidget *win;
 	int width, height;
@@ -414,11 +413,6 @@
 	list = create_saved_status_list(dialog);
 	gtk_box_pack_start(GTK_BOX(vbox), list, TRUE, TRUE, 0);
 
-	/* Separator... */
-	sep = gtk_hseparator_new();
-	gtk_box_pack_start(GTK_BOX(vbox), sep, FALSE, FALSE, 0);
-	gtk_widget_show(sep);
-
 	/* Button box. */
 	bbox = gtk_hbutton_box_new();
 	gtk_box_set_spacing(GTK_BOX(bbox), 6);