summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-10 16:16:56 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-17 17:52:08 -0500
commitbf14a334f4bf15474a533440f75d3a3655793fcd (patch)
treecd2fabfec9b06ba8a77fdbeb983a9f8de372ad7d /gtk/gtkfilechooserdialog.c
parentb0caf23977887a773eb3f8f2c41fc33a520dfc9a (diff)
downloadgtk+-bf14a334f4bf15474a533440f75d3a3655793fcd.tar.gz
file chooser dialog: Use headerbar
Make the file chooser dialog use a headerbar when desired. https://bugzilla.gnome.org/show_bug.cgi?id=720059
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r--gtk/gtkfilechooserdialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index b71c66fd24..533c7b9230 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -29,6 +29,8 @@
#include "gtksizerequest.h"
#include "gtktypebuiltins.h"
#include "gtkintl.h"
+#include "gtksettings.h"
+#include "gtkdialogprivate.h"
#include <stdarg.h>
@@ -262,6 +264,7 @@ gtk_file_chooser_dialog_init (GtkFileChooserDialog *dialog)
dialog->priv->response_requested = FALSE;
gtk_widget_init_template (GTK_WIDGET (dialog));
+ gtk_dialog_set_use_header_bar_from_setting (GTK_DIALOG (dialog));
_gtk_file_chooser_set_delegate (GTK_FILE_CHOOSER (dialog),
GTK_FILE_CHOOSER (dialog->priv->widget));