[glade/composite-templates-new: 3/10] Properly disabling GtkRadioAction:current-value property
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/composite-templates-new: 3/10] Properly disabling GtkRadioAction:current-value property
- Date: Sat, 6 Apr 2013 14:17:27 +0000 (UTC)
commit 4e469a674019836f058042013c90b4a825640f82
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sat Apr 6 17:33:19 2013 +0900
Properly disabling GtkRadioAction:current-value property
plugins/gtk+/gtk+.xml.in | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 672c32f..6888910 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2261,7 +2261,9 @@ embedded in another object</_tooltip>
<glade-widget-class name="GtkToggleAction" generic-name="toggleaction" _title="Toggle Action" />
<glade-widget-class name="GtkRadioAction" generic-name="radioaction" _title="Radio Action">
- <property id="current-value" disabled="True"/>
+ <properties>
+ <property id="current-value" disabled="True"/>
+ </properties>
</glade-widget-class>
<glade-widget-class name="GtkRecentAction" generic-name="recentaction" _title="Recent Action"
since="2.12"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]