Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_startup.c 


Log Message:
Remove double if check

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_startup.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_int_config_startup.c      1 Aug 2006 02:42:44 -0000       1.12
+++ e_int_config_startup.c      3 Aug 2006 02:05:33 -0000       1.13
@@ -66,9 +66,7 @@
        _init_file_monitor = NULL;
      }
 
-   if (cfdata->init_default_theme) 
-     E_FREE(cfdata->init_default_theme);
-   
+   E_FREE(cfdata->init_default_theme);
    E_FREE(cfdata);
 }
 



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