Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/lib Modified Files: playlist.rb Log Message: playlist might emit file_dialog.open, too =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- playlist.rb 2 May 2005 17:07:32 -0000 1.13 +++ playlist.rb 7 May 2005 16:15:24 -0000 1.14 @@ -1,4 +1,4 @@ -# $Id: playlist.rb,v 1.13 2005/05/02 17:07:32 tsauerbeck Exp $ +# $Id: playlist.rb,v 1.14 2005/05/07 16:15:24 tsauerbeck Exp $ require "euphoria/playlist_item" @@ -98,6 +98,10 @@ get_drag_value.last end + @edje.on_signal("file_dialog.open") do + Euphoria.instance.show_file_dialog + end + each { |i| i.show(eet, @container) } current_item && current_item.hilight ------------------------------------------------------- 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