Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_icon.c 


Log Message:
don't nuke and rebuild the cache on theme list

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_icon.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- efreet_icon.c       24 Mar 2007 11:23:29 -0000      1.2
+++ efreet_icon.c       25 Mar 2007 17:28:49 -0000      1.3
@@ -157,12 +157,7 @@
     Ecore_List *list, *theme_list;
     char *dir;
 
-    /* reset the theme hash */
-    ecore_hash_destroy(efreet_icon_themes);
-    efreet_icon_themes = ecore_hash_new(NULL, NULL);
-    ecore_hash_set_free_value(efreet_icon_themes, 
-                              ECORE_FREE_CB(efreet_icon_theme_free));
-
+    /* update the list to include all icon themes */
     efreet_icon_theme_dir_scan_all(NULL);
     efreet_icon_theme_dir_validity_check();
 



-------------------------------------------------------------------------
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