Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: evfs_fs_vfolder.c Log Message: * eet->sqlite3, step 1 =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_vfolder.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evfs_fs_vfolder.c 16 Jul 2006 10:25:55 -0000 1.4 +++ evfs_fs_vfolder.c 19 Jul 2006 16:27:10 -0000 1.5 @@ -103,7 +103,7 @@ Evas_List* group_list; Evas_List* iter; char assemble[PATH_MAX]; - evfs_metadata_group_header* g; + char* g; /*Get group list, and return*/ group_list = evfs_metadata_groups_get(); @@ -112,7 +112,7 @@ g = iter->data; snprintf(assemble, sizeof(assemble), "%s/%s", - EVFS_PLUGIN_VFOLDER_GROUPS_ID, g->name); + EVFS_PLUGIN_VFOLDER_GROUPS_ID, g); ref = NEW(evfs_filereference); ref->plugin_uri = strdup(EVFS_PLUGIN_VFOLDER_URI); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs