Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        plugin_helper.c 


Log Message:
* Take advantage of new evfs multi-file copy.  Immediate precursor to *much* 
improved copy dialog

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugin_helper.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- plugin_helper.c     20 Jul 2006 17:49:58 -0000      1.26
+++ plugin_helper.c     6 Aug 2006 10:01:10 -0000       1.27
@@ -229,6 +229,20 @@
   return 1;
 }
 
+int entropy_plugin_filesystem_file_copy_multi(Ecore_List* files, char* dest, 
entropy_gui_component_instance* requester) 
+{
+  entropy_gui_component_instance *instance = requester;
+  Entropy_Plugin_File* plugin =
+    ENTROPY_PLUGIN_FILE(entropy_plugins_type_get_first 
(ENTROPY_PLUGIN_BACKEND_FILE,
+                                   ENTROPY_PLUGIN_SUB_TYPE_ALL));
+
+  if (plugin) {
+         (*plugin->file_functions.file_copy_multi) (files, dest, instance);
+  }
+
+  return 1;
+}
+
 int entropy_plugin_filesystem_file_move(entropy_generic_file* source, char* 
dest, entropy_gui_component_instance* requester) 
 {
   entropy_gui_component_instance *instance = requester;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to