[PATCH] bug #384078 - vbox in nautilus-location-dialog should not expand



Hi all,

Please find this patch to not expand the vbox containing the label and
text entry on the "Open Location" dialog (Ctrl + L).

Thanks for your attention

Regards
--
Baptiste Mille-Mathias
? nautilus-computer.desktop.in
? nautilus-file-management-properties.desktop.in
? nautilus-folder-handler.desktop.in
? nautilus-home.desktop.in
? nautilus.desktop.in
? cut-n-paste-code/gsequence/.deps
? cut-n-paste-code/gsequence/.libs
? cut-n-paste-code/gsequence/gsequence.lo
? cut-n-paste-code/gsequence/libgsequence.la
? cut-n-paste-code/libegg/.deps
? cut-n-paste-code/libegg/.libs
? cut-n-paste-code/libegg/eggtreemultidnd.lo
? cut-n-paste-code/libegg/libegg.la
? libbackground/.deps
? libbackground/.libs
? libbackground/applier.lo
? libbackground/libbackground.la
? libbackground/preferences.lo
? po/.intltool-merge-cache
Index: src/nautilus-location-dialog.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-location-dialog.c,v
retrieving revision 1.13
diff -u -r1.13 nautilus-location-dialog.c
--- src/nautilus-location-dialog.c	22 Mar 2006 02:59:20 -0000	1.13
+++ src/nautilus-location-dialog.c	9 Dec 2006 15:51:04 -0000
@@ -183,7 +183,7 @@
 			    TRUE, TRUE, 0);
 	
 	gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox),
-			    box, TRUE, TRUE, 0);
+			    box, FALSE, TRUE, 0);
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
 			       GTK_STOCK_HELP,


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