Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

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


Modified Files:
        e_fwin.c 


Log Message:
Fixed as suggested by sebastid.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_fwin.c    13 Oct 2007 00:14:48 -0000      1.10
+++ e_fwin.c    13 Oct 2007 09:12:21 -0000      1.11
@@ -1277,8 +1277,8 @@
                                  _e_fwin_cb_fm_selection_change, fad);
    evas_object_smart_callback_add(mt, "selected",
                                  _e_fwin_cb_fm_selected, fad);
-   snprintf(buf, sizeof(buf), "%s/.local/share/applications", 
-           e_user_homedir_get());
+   snprintf(buf, sizeof(buf), "%s/applications", 
+           efreet_data_home_get());
    e_fm2_path_set(mt, buf, "/");
    o = e_widget_scrollframe_pan_add(evas, mt,
                                    e_fm2_pan_set,



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