diff pyink/component_dock.glade @ 1330:c2a693a27eb9

Double click to switch component and timeline
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 31 Jan 2011 14:08:47 +0800
parents f2b1b22f7cbc
children 5da64f67d00d
line wrap: on
line diff
--- a/pyink/component_dock.glade	Mon Jan 31 13:24:02 2011 +0800
+++ b/pyink/component_dock.glade	Mon Jan 31 14:08:47 2011 +0800
@@ -33,7 +33,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="model">components_model</property>
-                <signal name="cursor_changed" handler="on_treeview_components_cursor_changed"/>
+                <signal name="row_activated" handler="on_treeview_components_row_activated"/>
                 <child>
                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
                     <property name="sizing">autosize</property>
@@ -127,7 +127,7 @@
                 <property name="search_column">1</property>
                 <property name="level_indentation">9</property>
                 <property name="enable_grid_lines">horizontal</property>
-                <signal name="cursor_changed" handler="on_treeview_timelines_cursor_changed"/>
+                <signal name="row_activated" handler="on_treeview_timelines_row_activated"/>
                 <child>
                   <object class="GtkTreeViewColumn" id="treeviewcolumn2">
                     <property name="title">Action/Timeline Name</property>