this patch make ninja use the new etk clicked signal i added to etk's tree
widget in today's cvs. since cvs should be updated to today's date this should
be picked up. also bizarre non-redraw of effect is fixed in efl cvs today.

-- 
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]>
Index: widgets/tree.edc
===================================================================
--- widgets/tree.edc	(revision 4)
+++ widgets/tree.edc	(working copy)
@@ -465,16 +465,16 @@
    }
    programs {
       program {
-         name: "row_select";
-         signal: "mouse,down,1";
-         source: "row";
-         action: STATE_SET "selected" 0.0;
-	 transition: LINEAR 0.15;
+         name: "do_select";
+         signal: "etk,state,clicked";
+	 source: "etk";
+	 action: STATE_SET "selected" 0.0;
+	 transition: LINEAR 0.16667;
          target: "select_rect1";
-	 after: "row_select2";
+	 after: "do_select2";
       }
       program {
-         name: "row_select2";
+         name: "do_select2";
          action: STATE_SET "default" 0.0;
          target: "select_rect1";
       }

Reply via email to