Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
cleanups
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- euphoria    27 Apr 2005 20:09:17 -0000      1.6
+++ euphoria    27 Apr 2005 20:17:33 -0000      1.7
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.6 2005/04/27 20:09:17 tsauerbeck Exp $
+# $Id: euphoria,v 1.7 2005/04/27 20:17:33 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -295,13 +295,13 @@
        end
 
        def signal_playback_state
-               case @playback_state
+               sig = case @playback_state
                        when XmmsClient::XmmsClient::PAUSE
-                               sig = "PLAYBACK_STATE_PAUSED"
+                               "PLAYBACK_STATE_PAUSED"
                        when XmmsClient::XmmsClient::PLAY
-                               sig = "PLAYBACK_STATE_PLAYING"
+                               "PLAYBACK_STATE_PLAYING"
                        else
-                               sig = "PLAYBACK_STATE_STOPPED"
+                               "PLAYBACK_STATE_STOPPED"
                end
 
                @edje.emit_signal(sig, "Euphoria")




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to