[nautilus] conflict-dialog: don't forget to show the primary label



commit b8077a7ad65f54e397dd3fa1b32f97b838ba590e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Apr 7 10:22:43 2011 -0400

    conflict-dialog: don't forget to show the primary label
    
    Reported in https://bugzilla.redhat.com/show_bug.cgi?id=693922

 .../nautilus-file-conflict-dialog.c                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file-conflict-dialog.c b/libnautilus-private/nautilus-file-conflict-dialog.c
index ff8dafe..235ba89 100644
--- a/libnautilus-private/nautilus-file-conflict-dialog.c
+++ b/libnautilus-private/nautilus-file-conflict-dialog.c
@@ -198,6 +198,7 @@ file_list_ready_cb (GList *files,
 	gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
 	gtk_box_pack_start (GTK_BOX (details->titles_vbox),
 			    label, FALSE, FALSE, 0);
+	gtk_widget_show (label);
 
 	attr_list = pango_attr_list_new ();
 	pango_attr_list_insert (attr_list, pango_attr_weight_new (PANGO_WEIGHT_BOLD));



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