Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/streamline


Modified Files:
        streamline_progs.edc streamline_small_progs.edc 


Log Message:
fix duplicate program names and make this compile again
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_progs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- streamline_progs.edc        22 Feb 2004 10:12:02 -0000      1.1
+++ streamline_progs.edc        10 Oct 2004 02:54:21 -0000      1.2
@@ -50,7 +50,7 @@
                         }
 
                         program {
-                                name,       "previous_click";
+                                name,       "previous_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "previous_button";
                                 /* Emit signal to handler "previous file", from 
part/sender "previous_button" */
@@ -143,7 +143,7 @@
                         }
 
                         program {
-                                name,       "play_click";
+                                name,       "play_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "play_button";
                                 action,     SIGNAL_EMIT "PLAY" "play_button";
@@ -187,7 +187,7 @@
                         }
 
                         program {
-                                name,       "pause_click";
+                                name,       "pause_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "pause_button";
                                 action,     SIGNAL_EMIT "PAUSE" "pause_button";
@@ -244,7 +244,7 @@
                                 target,     "next_button";
                         }
                         program {
-                                name,       "next_click";
+                                name,       "next_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "next_button";
                                 action,     SIGNAL_EMIT "PLAY_NEXT" "next_button";
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_small_progs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- streamline_small_progs.edc  22 Feb 2004 10:12:02 -0000      1.1
+++ streamline_small_progs.edc  10 Oct 2004 02:54:21 -0000      1.2
@@ -19,7 +19,7 @@
                                 target,     "previous_button";
                         }
                         program {
-                                name,       "previous_click";
+                                name,       "previous_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "previous_button";
                                 action,     SIGNAL_EMIT "PLAY_PREVIOUS" 
"previous_button";
@@ -44,7 +44,7 @@
                                 target,     "play_button";
                         }
                         program {
-                                name,      "play_click";
+                                name,      "play_click_emission";
                                 signal,    "mouse,up,1";
                                 source,    "play_button";
                                 action,    SIGNAL_EMIT "PLAY" "play_button";
@@ -69,7 +69,7 @@
                                 target,     "pause_button";
                         }
                         program {
-                                name,      "pause_click";
+                                name,      "pause_click_emission";
                                 signal,    "mouse,up,1";
                                 source,    "pause_button";
                                 action,    SIGNAL_EMIT "PAUSE" "pause_button";
@@ -93,7 +93,7 @@
                                 target,     "next_button";
                         }
                         program {
-                                name,       "next_click";
+                                name,       "next_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "next_button";
                                 action,     SIGNAL_EMIT "PLAY_NEXT" "next_button";
@@ -119,7 +119,7 @@
                                 target,     "quit_button";
                         }
                         program {
-                                name,       "quit_click";
+                                name,       "quit_click_emission";
                                 signal,     "mouse,up,1";
                                 source,     "quit_button";
                                 action,     SIGNAL_EMIT "QUIT" "quit";




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to