[nautilus/gnome-3-0] conflict-dialog: make the rename entry expand the whole width



commit 489958e46ae9b408505bbc617f4a96073c9005c5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Apr 7 10:31:24 2011 -0400

    conflict-dialog: make the rename entry expand the whole width

 .../nautilus-file-conflict-dialog.c                |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file-conflict-dialog.c b/libnautilus-private/nautilus-file-conflict-dialog.c
index df320d8..d7803b6 100644
--- a/libnautilus-private/nautilus-file-conflict-dialog.c
+++ b/libnautilus-private/nautilus-file-conflict-dialog.c
@@ -511,7 +511,7 @@ nautilus_file_conflict_dialog_init (NautilusFileConflictDialog *fcd)
 	gtk_container_add (GTK_CONTAINER (details->expander), hbox);
 
 	widget = gtk_entry_new ();
-	gtk_box_pack_start (GTK_BOX (hbox), widget, FALSE, FALSE, 6);
+	gtk_box_pack_start (GTK_BOX (hbox), widget, TRUE, TRUE, 6);
 	details->entry = widget;
 	g_signal_connect (widget, "changed",
 			  G_CALLBACK (entry_text_changed_cb), dialog);



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