Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_config.c 


Log Message:
Make configuration work.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_config.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_config.c      5 Apr 2007 21:33:42 -0000       1.37
+++ e_mod_config.c      6 Apr 2007 09:28:26 -0000       1.38
@@ -186,10 +186,9 @@
    E_Config_Dialog_Data *cfdata;
    
    cfdata = data;
-   snprintf(path, sizeof(path), "%s/.e/e/applications/bar/%s", 
+   snprintf(path, sizeof(path), "%s/.e/e/applications/bar/%s/.order", 
            e_user_homedir_get(), cfdata->dir);
-//   e_int_config_apps_once(e_container_current_get(e_manager_current_get()), 
-//                       _("IBar"), NULL, path, NULL, NULL);
+   
e_int_config_apps_ibar_other(e_container_current_get(e_manager_current_get()), 
path);
 }
 
 static void



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