Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        layout_etk_simple.c 


Log Message:
* Oops - forgot this bit

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/layout_etk_simple.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- layout_etk_simple.c 19 Apr 2006 06:38:22 -0000      1.43
+++ layout_etk_simple.c 19 Apr 2006 06:47:41 -0000      1.44
@@ -434,9 +434,12 @@
             case ENTROPY_NOTIFY_FILE_STAT_AVAILABLE:{
                entropy_file_stat *file_stat = (entropy_file_stat *) 
eevent->return_struct;                                                          
                
-               ecore_hash_remove(view->properties_request_hash, 
file_stat->file);      
-               /*Lauch a properties window*/
-               etk_properties_dialog_new(file_stat->file);
+               if (ecore_hash_get(view->properties_request_hash, 
file_stat->file)) {
+                       ecore_hash_remove(view->properties_request_hash, 
file_stat->file);      
+                       
+                       /*Lauch a properties window*/
+                       etk_properties_dialog_new(file_stat->file);
+               }
             }
             break;
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to