tracker r1665 - branches/xesam-support/src/trackerd



Author: pvanhoof
Date: Thu Jun 12 15:50:12 2008
New Revision: 1665
URL: http://svn.gnome.org/viewvc/tracker?rev=1665&view=rev

Log:
Oeps

Modified:
   branches/xesam-support/src/trackerd/tracker-crawler.c

Modified: branches/xesam-support/src/trackerd/tracker-crawler.c
==============================================================================
--- branches/xesam-support/src/trackerd/tracker-crawler.c	(original)
+++ branches/xesam-support/src/trackerd/tracker-crawler.c	Thu Jun 12 15:50:12 2008
@@ -770,9 +770,9 @@
 
 	g_debug ("Sending %d files to indexer to process", g_strv_length (files));
 	org_freedesktop_Tracker_Indexer_process_files (proxy, 
-						       (const gchar **) files,
+						       (const gchar **)  tracker_dbus_slist_to_strv (NULL),
 						       &error);
-
+	
 	if (error) {
 		g_critical ("Could not send %d files to indexer to process, %s", 
 			    g_strv_length (files),



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