Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/demo Modified Files: Makefile.am evfs_demo.c Log Message: * Evfs/mime part1 (EVFS now *requires* efreet-mime) =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/demo/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Makefile.am 4 Jul 2007 21:27:45 -0000 1.7 +++ Makefile.am 21 Aug 2007 13:11:14 -0000 1.8 @@ -6,4 +6,4 @@ evfs_demo.c evfsdemo_LDADD = $(top_builddir)/src/lib/libevfs.la @ECORE_LIBS@ @EVAS_LIBS@ -evfsdemo_CFLAGS = @ECORE_CFLAGS@ +evfsdemo_CFLAGS = @ECORE_CFLAGS@ @EFREET_CFLAGS@ =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- evfs_demo.c 20 Aug 2007 11:09:13 -0000 1.35 +++ evfs_demo.c 21 Aug 2007 13:11:14 -0000 1.36 @@ -153,6 +153,8 @@ evfs_client_metadata_string_file_set(con, dir_path->files[0], "entropy_folder_preference", "icon"); } else if (!strcmp(cmd, "METAGET")) { evfs_client_metadata_string_file_get(con, dir_path->files[0], "entropy_folder_preference"); + } else if (!strcmp(cmd, "MIME")) { + evfs_client_mime_request(con, dir_path->files[0]); } ecore_main_loop_begin(); evfs_disconnect(con); ------------------------------------------------------------------------- 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