Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_theme.c 


Log Message:
Remove the check to see if its the current theme, just check for the group
existing.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_theme.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_theme.c   14 Oct 2007 18:16:44 -0000      1.30
+++ e_theme.c   15 Oct 2007 19:14:53 -0000      1.31
@@ -486,13 +486,7 @@
 EAPI int 
 e_theme_handler_test(Evas_Object *obj, const char *path, void *data) 
 {
-   E_Config_Theme *ct;
-   
    if (!path) return 0;
-
-   /* test is this theme is already set */
-   ct = e_theme_config_get("theme");
-   if ((ct) && (!strcmp(ct->file, path))) return 0;
    if (!edje_file_group_exists(path, "e/widgets/border/default/border")) 
      return 0;
    return 1;



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