Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default/widgets


Modified Files:
        menu.edc 


Log Message:
* API Break: a lot of signals/properties have been renamed: signals now use 
-ed form ("focus"-->"focused") and names now use '-' instead of '_' 
("row_clicked" --> "row-clicked"). All the existing apps are broken, 
sorry for that :/ 


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/menu.edc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- menu.edc    21 Mar 2007 18:23:42 -0000      1.13
+++ menu.edc    22 Mar 2007 19:36:50 -0000      1.14
@@ -397,7 +397,7 @@
 
       program {
          name: "go_passive_pre";
-         signal: "etk,state,deselected";
+         signal: "etk,state,unselected";
          source: "etk";
          action: STATE_SET "active" 0.0;
          target: "item_outline";
@@ -688,7 +688,7 @@
 
       program {
          name: "go_passive_pre";
-         signal: "etk,state,deselected";
+         signal: "etk,state,unselected";
          source: "etk";
          action: STATE_SET "active" 0.0;
          target: "item_highlight";



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to