Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c 


Log Message:
Allow to create plain profiles / clone current profile.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -3 -r1.261 -r1.262
--- e_config.c  1 Aug 2007 12:37:00 -0000       1.261
+++ e_config.c  3 Aug 2007 10:20:34 -0000       1.262
@@ -1809,12 +1809,6 @@
    snprintf(buf, sizeof(buf), "%s/.e/e/config/%s/%s.cfg",
            homedir, _e_config_profile, domain);
    ef = eet_open(buf, EET_FILE_MODE_READ);
-   if (!ef)
-     {
-       snprintf(buf, sizeof(buf), "%s/.e/e/config/%s/%s.cfg",
-                homedir, "default", domain);
-       ef = eet_open(buf, EET_FILE_MODE_READ);
-     }
    if (ef)
      {
        data = eet_data_read(ef, edd, "config");



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