Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist.rb 


Log Message:
only add the playlists file_dialog.open handler if the playlist is a separate 
evas
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- playlist.rb 7 May 2005 16:15:24 -0000       1.14
+++ playlist.rb 7 May 2005 16:36:50 -0000       1.15
@@ -1,4 +1,4 @@
-# $Id: playlist.rb,v 1.14 2005/05/07 16:15:24 tsauerbeck Exp $
+# $Id: playlist.rb,v 1.15 2005/05/07 16:36:50 tsauerbeck Exp $
 
 require "euphoria/playlist_item"
 
@@ -98,8 +98,10 @@
                                get_drag_value.last
                end
 
-               @edje.on_signal("file_dialog.open") do
-                       Euphoria.instance.show_file_dialog
+               if is_separate
+                       @edje.on_signal("file_dialog.open") do
+                               Euphoria.instance.show_file_dialog
+                       end
                end
 
                each { |i| i.show(eet, @container) }




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to