summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-01-29 17:53:01 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-01-29 17:53:01 +0100
commitfcae2de874d06d797302f6a09f4c24ffbd592107 (patch)
tree2928e446754f58e37b8997d5d405390c59668b7e /plugins
parent876f8f175af9320450225f3fb6b82a53d1a918d0 (diff)
downloadglade-fcae2de874d06d797302f6a09f4c24ffbd592107.tar.gz
Bug 430445 - null string default title for GtkFileChooserButton
Actually, the title displayed is introspected from the filechooser button and takes whatever happens to be set by GTK+ in the given locale. Just null it out and let the user set a title.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtk+/gtk+.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index e87b41b6..23fb22c6 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1859,7 +1859,7 @@
</signals>
<properties>
- <property id="title" translatable="True" custom-layout="True"/>
+ <property id="title" translatable="True" custom-layout="True" default=""/>
<property id="dialog" parentless-widget="True" create-type="GtkFileChooserDialog" custom-layout="True"/>
<property id="focus-on-click" since="2.10" custom-layout="True"/>
<property id="width-chars" custom-layout="True"/>