Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_file_context_menu.c 


Log Message:
* Add move_multi - be warned - 'Trash' context menu option *will* now do what 
it says - i.e. original file is moved to trash

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_file_context_menu.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- etk_file_context_menu.c     15 Aug 2006 12:04:53 -0000      1.14
+++ etk_file_context_menu.c     20 Aug 2006 05:51:11 -0000      1.15
@@ -220,7 +220,7 @@
        }
 
        if (ecore_list_nodes(files) > 0) {
-               entropy_plugin_filesystem_file_copy_multi(files, "trash:///", 
+               entropy_plugin_filesystem_file_move_multi(files, "trash:///", 
                        _entropy_etk_context_menu_current_instance);    
        }
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to