summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-15 00:33:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-17 17:52:08 -0500
commit3701de14a11e1b3e7cab4d5d2676c0c80928f278 (patch)
tree701821733edc608e88aabe1e5046d6e8e9c9103e /gdk
parente2c87f9dcd0944cf2c2c5b877e82d0fbe809f6de (diff)
downloadgtk+-3701de14a11e1b3e7cab4d5d2676c0c80928f278.tar.gz
Add a setting for dialog headers
This setting will let us keep traditional appearance of dialogs on platforms where this is expected. The new setting is called gtk-dialogs-use-header, backed by the Gtk/DialogsUseHeader xsetting.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdksettings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c
index ac92cca833..86ecc2dfec 100644
--- a/gdk/x11/gdksettings.c
+++ b/gdk/x11/gdksettings.c
@@ -59,6 +59,7 @@ static const struct {
{"Gtk/ShellShowsMenubar", "gtk-shell-shows-menubar"},
{"Gtk/ShellShowsDesktop", "gtk-shell-shows-desktop"},
{"Gtk/DecorationLayout", "gtk-decoration-layout"},
+ {"Gtk/DialogsUseHeader", "gtk-dialogs-use-header"},
{"Gtk/EnablePrimaryPaste", "gtk-enable-primary-paste"},
{"Gtk/RecentFilesMaxAge", "gtk-recent-files-max-age"},
{"Gtk/RecentFilesEnabled", "gtk-recent-files-enabled"},