Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/lib Modified Files: file_dialog.rb Log Message: support recursive directory selection in the file dialog \o/. sorting needs to be fixed though =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/file_dialog.rb,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- file_dialog.rb 2 May 2005 17:49:14 -0000 1.1 +++ file_dialog.rb 2 May 2005 20:26:04 -0000 1.2 @@ -13,7 +13,7 @@ case op when :ok @fd.selections.each do |sel| - yield "file://" + File.join(@fd.current_directory, sel) + yield File.join(@fd.current_directory, sel) end when :cancel close ------------------------------------------------------- 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