Removing the separator from GtkFileChooserDialog



A rather simple patch to remove the separator from the
GtkFileChooserDialog cos I think its silly looking.

iain
-- 
"Miss Celine Dion sings lovesongs while our cities burn"
Index: gtkfilechooserdialog.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkfilechooserdialog.c,v
retrieving revision 1.8
diff -u -p -r1.8 gtkfilechooserdialog.c
--- gtkfilechooserdialog.c	8 Nov 2003 00:51:10 -0000	1.8
+++ gtkfilechooserdialog.c	16 Nov 2003 13:52:27 -0000
@@ -112,6 +112,7 @@ gtk_file_chooser_dialog_init (GtkFileCho
 								   GTK_TYPE_FILE_CHOOSER_DIALOG,
 								   GtkFileChooserDialogPrivate);
   dialog->priv = priv;
+  gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]