summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-12-12 10:46:59 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-12-12 10:46:59 +0000
commitdca331a9d58bd0fc13ecc929f52e30c78b3bf517 (patch)
treea1f29ce8eab938dcd1319991412a3719cce9ad4b /src
parentdc973c60b7b443f7c676c20f86f554f0b54cb1bb (diff)
downloadnautilus-dca331a9d58bd0fc13ecc929f52e30c78b3bf517.tar.gz
Don't expand vbox with dialog size (#384078) Patch from Baptiste
2006-12-12 Alexander Larsson <alexl@redhat.com> * src/nautilus-location-dialog.c: (nautilus_location_dialog_init): Don't expand vbox with dialog size (#384078) Patch from Baptiste Mille-Mathias
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-location-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-location-dialog.c b/src/nautilus-location-dialog.c
index 490507a39..ba3e4952f 100644
--- a/src/nautilus-location-dialog.c
+++ b/src/nautilus-location-dialog.c
@@ -183,7 +183,7 @@ nautilus_location_dialog_init (NautilusLocationDialog *dialog)
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,