After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 512590 - Port tracker plugin to gio
Port tracker plugin to gio
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks: 512602
 
 
Reported: 2008-01-28 15:44 UTC by Bastien Nocera
Modified: 2008-03-16 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port Tracker plugin to GIO (3.80 KB, patch)
2008-02-03 01:06 UTC, Philip Withnall
committed Details | Review

Description Bastien Nocera 2008-01-28 15:44:59 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);
Comment 1 Philip Withnall 2008-02-03 01:06:16 UTC
Created attachment 104288 [details] [review]
Port Tracker plugin to GIO
Comment 2 Bastien Nocera 2008-03-07 04:30:59 UTC
Please add the gio-2.0 requirement to the tracker specific checks instead of the main one. Looks good to commit otherwise.
Comment 3 Philip Withnall 2008-03-16 12:51:19 UTC
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)