Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_wizard.edc 


Log Message:


workin on da wiz - working on page infrastructure - just test pages right now.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_wizard.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_wizard.edc  9 Sep 2007 22:46:58 -0000       1.6
+++ default_wizard.edc  13 Sep 2007 13:56:35 -0000      1.7
@@ -278,6 +278,7 @@
         action: STATE_SET "default" 0.0;
         target: "b1";
         target: "e.button.back.label";
+        after: "b1";
       }
       program {      
         name:   "b2_click";
@@ -294,6 +295,15 @@
         action: STATE_SET "default" 0.0;
         target: "b2";
         target: "e.button.next.label";
+        after: "b2";
+      }
+      program {
+        name:   "b1";
+        action: SIGNAL_EMIT "e,action,back" "";
+      }
+      program {
+        name:   "b2";
+        action: SIGNAL_EMIT "e,action,next" "";
       }
    }
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to