GNOME Bugzilla – Bug 512590
Port tracker plugin to gio
Last modified: 2008-03-16 12:51:19 UTC
./tracker/totem-tracker-widget.c: info = gnome_vfs_file_info_new (); ./tracker/totem-tracker-widget.c: vfs_result = gnome_vfs_get_file_info (result, info, GNOME_VFS_FILE_INFO_NAME_ONLY); ./tracker/totem-tracker-widget.c: file_uri = gnome_vfs_get_uri_from_local_path (result);
Created attachment 104288 [details] [review] Port Tracker plugin to GIO
Please add the gio-2.0 requirement to the tracker specific checks instead of the main one. Looks good to commit otherwise.
2008-03-16 Philip Withnall <pwithnall@svn.gnome.org> * configure.in: * src/plugins/tracker/totem-tracker-widget.c: (populate_result): Convert the Tracker plugin to GIO and remove its dependency on libgnomeui. (Closes: #512590)