Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* Allow persistence of search vfolders

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- evfs_demo.c 21 Aug 2007 13:11:14 -0000      1.36
+++ evfs_demo.c 26 Aug 2007 13:08:36 -0000      1.37
@@ -155,6 +155,10 @@
            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]);
+   } else if (!strcmp(cmd, "VFOLDER")) {
+          evfs_command* cm = evfs_vfolder_create_command_new("Pictures");
+          evfs_vfolder_command_entry_add(cm, 'M', "mimetype","image/jpeg");
+          evfs_vfolder_command_send(con,cm);
    }
    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

Reply via email to