tracker r2408 - trunk/src/tracker-extract



Author: mr
Date: Tue Oct 21 14:05:12 2008
New Revision: 2408
URL: http://svn.gnome.org/viewvc/tracker?rev=2408&view=rev

Log:
	* src/tracker-extract/tracker-albumart.c: Cleaned up the code
	here. Removed unnecessary memory allocation and code obfuscation.


Modified:
   trunk/src/tracker-extract/tracker-albumart.c

Modified: trunk/src/tracker-extract/tracker-albumart.c
==============================================================================
--- trunk/src/tracker-extract/tracker-albumart.c	(original)
+++ trunk/src/tracker-extract/tracker-albumart.c	Tue Oct 21 14:05:12 2008
@@ -208,7 +208,7 @@
 }
 
 static DBusGProxy*
-tracker_dbus_get_albumart_requester (void)
+get_albumart_requester (void)
 {
 	static DBusGProxy *albart_proxy = NULL;
 
@@ -379,7 +379,7 @@
 		} else {
 #endif /* HAVE_GDK_PIXBUF */
 			if (!heuristic_albumart (artist, album, trackercnt_str, filename)) {
-				dbus_g_proxy_begin_call (tracker_dbus_get_albumart_requester (),
+				dbus_g_proxy_begin_call (get_albumart_requester (),
 					 "Queue",
 					 get_file_albumart_queue_cb,
 					 NULL, NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]