GNOME Bugzilla – Bug 749874
on't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set
Last modified: 2016-04-16 16:31:00 UTC
Created attachment 303968 [details] [review] Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set The Shotwell dialogs use GtkHeaderBar. Not all desktops support this well. There is a GTK+ setting that can be used to indicate if GtkHeaderBar can be used on dialogs. The attached patch detects this and disables them if requested. This issue was previously discussed on the mailing list: https://mail.gnome.org/archives/shotwell-list/2015-February/msg00000.html
Ubuntu bug: https://bugs.launchpad.net/bugs/1456965
Attachment 303968 [details] pushed as ed6397c - Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is not set