Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/vfolder Modified Files: Makefile.am evfs_vfolder_trash.c Log Message: More ecore_desktop->efreet =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 27 Aug 2007 07:16:35 -0000 1.5 +++ Makefile.am 4 Oct 2007 13:18:42 -0000 1.6 @@ -37,6 +37,6 @@ trash_la_CFLAGS = @ECORE_CFLAGS@ @EFREET_CFLAGS@ trash_la_LDFLAGS = -module -avoid-version -trash_la_LIBADD = @ECORE_LIBS@ @taglib_libs@ -L$(top_builddir)/src/lib -levfs +trash_la_LIBADD = @EFREET_LIBS@ @ECORE_LIBS@ @taglib_libs@ -L$(top_builddir)/src/lib -levfs =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/evfs_vfolder_trash.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs_vfolder_trash.c 16 Aug 2007 11:31:17 -0000 1.11 +++ evfs_vfolder_trash.c 4 Oct 2007 13:18:42 -0000 1.12 @@ -39,6 +39,7 @@ #include <dirent.h> #include <Ecore_File.h> #include <Ecore_Desktop.h> +#include <Efreet.h> #define EVFS_PLUGIN_VFOLDER_TRASH_ID "/Trash" @@ -53,7 +54,7 @@ evfs_plugin_functions_vfolder *functions = calloc(1, sizeof(evfs_plugin_functions_vfolder)); functions->evfs_vfolder_list = &evfs_vfolder_list; - ecore_desktop_init(); + efreet_desktop_init(); evfs_home_dir = strdup(getenv("HOME")); snprintf(evfs_trash_home, PATH_MAX, "%s/.Trash/info", evfs_home_dir); @@ -80,7 +81,7 @@ char* pos; snprintf(parser, PATH_MAX, "%s/%s", evfs_trash_home, file); - Ecore_Desktop* desk = ecore_desktop_get(parser, NULL); + Efreet_Desktop* desk = efreet_desktop_get(parser); if (desk->path) { pos = strrchr(desk->path, '/'); ------------------------------------------------------------------------- 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