Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* BUG fix: Don't remove command caller identifier on operation feedback. This 
fixes:
        1. No progress dialog displayed after yes/no/abort response to file 
copy/move
        2. Incorrect thumbnailing on overwrite for remote thumbnailer

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- filesystem.c        1 Sep 2007 12:13:14 -0000       1.91
+++ filesystem.c        4 Sep 2007 09:19:49 -0000       1.92
@@ -451,10 +451,7 @@
       uri =
        EvfsFilereference_to_string 
(evfs_command_first_file_get(data->command));
       instance = ecore_hash_get (evfs_dir_requests, 
(long*)data->command->client_identifier);
-      ecore_hash_remove (evfs_dir_requests, 
(long*)data->command->client_identifier);
-
-
-
+      
       if (instance) {
          /*Build up the gui_event wrapper */
          gui_event = entropy_malloc (sizeof (entropy_gui_event));



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to