Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_theme.c 


Log Message:
- shoudln't have changed those

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ewl_theme.c 18 Jan 2007 11:17:42 -0000      1.36
+++ ewl_theme.c 18 Jan 2007 11:24:59 -0000      1.37
@@ -75,7 +75,7 @@
        /* Allocate and clear the default theme */
        if (ewl_theme_def_data) ecore_hash_destroy(ewl_theme_def_data);
 
-       ewl_theme_def_data = ecore_hash_new(NULL, NULL);
+       ewl_theme_def_data = ecore_hash_new(ecore_str_hash, ecore_str_compare);
        if (!ewl_theme_def_data)
                DRETURN_INT(FALSE, DLEVEL_STABLE);
 
@@ -437,7 +437,7 @@
        DCHECK_PARAM_PTR("k", k);
 
        if (!w->theme || w->theme == ewl_theme_def_data) {
-               w->theme = ecore_hash_new(NULL, NULL);
+               w->theme = ecore_hash_new(ecore_str_hash, ecore_str_compare);
 
                ecore_hash_set_free_key(w->theme, ewl_theme_data_free);
                ecore_hash_set_free_value(w->theme, ewl_theme_data_free);



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