Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:


fix cahce scan / modify update stuff

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -3 -r1.102 -r1.103
--- e_apps.c    6 Nov 2005 03:40:24 -0000       1.102
+++ e_apps.c    8 Nov 2005 03:28:02 -0000       1.103
@@ -1437,7 +1437,7 @@
            || (event == ECORE_FILE_EVENT_DELETED_FILE)
            || (event == ECORE_FILE_EVENT_MODIFIED))
          {
-             _e_app_subdir_rescan(app);
+            _e_app_subdir_rescan(app);
          }
        else
          {
@@ -1502,6 +1502,7 @@
                            if (_e_app_copy(a2, a))
                              _e_app_change(a2, E_APP_CHANGE);
                         }
+                      _e_app_subdir_rescan(app);
                    }
               }
          }
@@ -1901,7 +1902,7 @@
             if (is_dir != ac->is_dir)
               {
                  printf("Cache %s - CHANGED TYPE\n", s);
-                 sc->need_rewrite =1 ;
+                 sc->need_rewrite = 1;
               }
             else if (!is_dir)
               {




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to