[file-roller] Use headerbar in the new archive dialog



commit 59d09bbb5ba634cc499783c2a31dba0ba7179785
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Wed Mar 26 01:52:38 2014 +0200

    Use headerbar in the new archive dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727063

 src/fr-new-archive-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-new-archive-dialog.c b/src/fr-new-archive-dialog.c
index d9c038b..5e50022 100644
--- a/src/fr-new-archive-dialog.c
+++ b/src/fr-new-archive-dialog.c
@@ -310,7 +310,7 @@ fr_new_archive_dialog_new (const char         *title,
 {
        FrNewArchiveDialog *self;
 
-       self = g_object_new (FR_TYPE_NEW_ARCHIVE_DIALOG, "title", title, NULL);
+       self = g_object_new (FR_TYPE_NEW_ARCHIVE_DIALOG, "title", title, "use-header-bar", TRUE, NULL);
        _fr_new_archive_dialog_construct (self, parent, action, folder, default_name, original_file);
 
        return (GtkWidget *) self;


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