[glade] Bug 430445 - null string default title for GtkFileChooserButton
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Bug 430445 - null string default title for GtkFileChooserButton
- Date: Fri, 29 Jan 2016 16:54:35 +0000 (UTC)
commit fcae2de874d06d797302f6a09f4c24ffbd592107
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date: Fri Jan 29 17:53:01 2016 +0100
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.
plugins/gtk+/gtk+.xml.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index e87b41b..23fb22c 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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]