|
From: Enlightenment C. <no...@cv...> - 2007-10-04 13:09:24
|
Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/bin
Modified Files:
evfs_server_handle.c
Log Message:
Ecore_desktop -> efreet_desktop
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -3 -r1.88 -r1.89
--- evfs_server_handle.c 29 Aug 2007 04:31:39 -0000 1.88
+++ evfs_server_handle.c 4 Oct 2007 13:09:21 -0000 1.89
@@ -715,7 +715,7 @@
void evfs_handle_trash_restore_command(evfs_client* client, evfs_command* command)
{
int c;
- Ecore_Desktop* desk;
+ Efreet_Desktop* desk;
char path[PATH_MAX];
EvfsFilereference *ref, *src, *dest;
char* pos;
@@ -734,7 +734,7 @@
printf("Parsing '%s'\n", evfs_command_nth_file_get(command,c)->path);
/*Parse the ecore_desktop file*/
- desk = ecore_desktop_get(evfs_command_nth_file_get(command,c)->path,NULL);
+ desk = efreet_desktop_get(evfs_command_nth_file_get(command,c)->path);
src = evfs_parse_uri_single(path);
dest = evfs_parse_uri_single(desk->path);
|