[turbine] [ui] enable the options by default



commit a7bad1b8d345538726a9043d8fd16dc173cb3d5c
Author: Thomas Wood <thomas wood intel com>
Date:   Fri May 22 15:17:18 2009 +0100

    [ui] enable the options by default
---
 ui.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ui.xml b/ui.xml
index 166c37a..1e439bf 100644
--- a/ui.xml
+++ b/ui.xml
@@ -224,6 +224,7 @@
                         <property name="label" translatable="yes">Include Private Struct</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </object>
                       <packing>
@@ -235,6 +236,7 @@
                         <property name="label" translatable="yes">Include GObject property get/set</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </object>
                       <packing>
@@ -246,6 +248,7 @@
                         <property name="label" translatable="yes">Include finalize</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </object>
                       <packing>
@@ -257,6 +260,7 @@
                         <property name="label" translatable="yes">Include dispose</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
+                        <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </object>
                       <packing>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]