[glade/composite-templates-new: 2/7] Set tooltip-text & tooltip-markup as "ignore"
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/composite-templates-new: 2/7] Set tooltip-text & tooltip-markup as "ignore"
- Date: Sun, 31 Mar 2013 14:28:35 +0000 (UTC)
commit bb96efc1d1e5059f5953950d8716510348e5998b
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sun Mar 31 22:03:38 2013 +0900
Set tooltip-text & tooltip-markup as "ignore"
This is because when reading back the properties, we get tooltip-markup
when only tooltip-text was set (after a copy/paste for instance).
It's not that important that tooltips show up in Glade's workspace
(which "ignore" also disables).
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 e9cdfc0..8997255 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -54,11 +54,11 @@
<properties>
<property id="opacity" since="3.8" />
- <property id="tooltip-text" since="2.12" weight="4.2" translatable="True" multiline="True" />
+ <property id="tooltip-text" since="2.12" weight="4.2" translatable="True" multiline="True"
ignore="True"/>
<property id="can-focus" common="True" save-always="True"/>
<property id="has-default" common="True" ignore="True"/>
<property id="can-default" common="True" />
- <property id="tooltip-markup" since="2.12" weight="4.1" translatable="True" multiline="True"/>
+ <property id="tooltip-markup" since="2.12" weight="4.1" translatable="True" multiline="True"
ignore="True"/>
<property id="visible" default="True" common="True" ignore="True"/>
<property id="width-request" common="True" optional="True" optional-default="False" default="0"/>
<property id="height-request" common="True" optional="True" optional-default="False" default="0"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]