Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fdo_menu_to_order.c 


Log Message:
Get homedir from e, since .e should be relative to this dir.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_fdo_menu_to_order.c       22 Sep 2006 10:12:32 -0000      1.14
+++ e_fdo_menu_to_order.c       23 Sep 2006 08:44:58 -0000      1.15
@@ -34,7 +34,7 @@
 
    ecore_desktop_instrumentation_reset();
    /* Nuke the old menus. */
-   snprintf(dir, sizeof(dir), "%s/.e/e/applications/menu/all/", 
ecore_desktop_home_get());
+   snprintf(dir, sizeof(dir), "%s/.e/e/applications/menu/all/", 
e_user_homedir_get());
    ecore_file_recursive_rm(dir);
    menu_count = 0;
    item_count = 0;



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