diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-15 00:33:30 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-17 17:52:08 -0500 |
commit | 3701de14a11e1b3e7cab4d5d2676c0c80928f278 (patch) | |
tree | 701821733edc608e88aabe1e5046d6e8e9c9103e /gdk | |
parent | e2c87f9dcd0944cf2c2c5b877e82d0fbe809f6de (diff) | |
download | gtk+-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.c | 1 |
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"}, |