diff options
author | Tristan Van Berkom <tristan@upstairslabs.com> | 2015-12-14 15:25:15 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan@upstairslabs.com> | 2015-12-14 15:28:58 +0900 |
commit | aaebdb3daa71962bd209a054858e5f8a97f3d749 (patch) | |
tree | 2221f63b4b6a1db0bb9476d78ab8c3b7c591ace7 /plugins | |
parent | a190f19ed7b21470af78c0b8f07359bdf6a7f545 (diff) | |
download | glade-aaebdb3daa71962bd209a054858e5f8a97f3d749.tar.gz |
Reverting change from notebook-actions branch merge.
It seems Matthias was testing headerbars in dialogs as was
suggested in the WONTFIX'ed bug 757562. Reverting the enabling
of headerbars in dialogs.
Also updated the comment in gtk+.xml.in around the headerbar
disabling, originally it was because it was unsupported (yet),
now it is because dialogs own their headerbars.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtk+/gtk+.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in index 8a621685..c820b9b0 100644 --- a/plugins/gtk+/gtk+.xml.in +++ b/plugins/gtk+/gtk+.xml.in @@ -2232,8 +2232,8 @@ <property id="default-width" default="320" optional="True" optional-default="False"/> <property id="default-height" default="260" optional="True" optional-default="False"/> <property id="type-hint" default="GDK_WINDOW_TYPE_HINT_DIALOG" save-always="True"/> - <!-- We disabled this property until Glade supports GtkHeaderBar editing --> - <property id="use-header-bar" since="3.12" disabled="False"/> + <!-- Dialogs have special automatic handling of the headerbar, they own the headerbar --> + <property id="use-header-bar" since="3.12" disabled="True"/> </properties> </glade-widget-class> |