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



Author: pvanhoof
Date: Thu Jun 12 15:49:37 2008
New Revision: 1664
URL: http://svn.gnome.org/viewvc/tracker?rev=1664&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:49:37 2008
@@ -769,9 +769,9 @@
 						  FILES_QUEUE_PROCESS_MAX);
 
 	g_debug ("Sending %d files to indexer to process", g_strv_length (files));
-	//org_freedesktop_Tracker_Indexer_process_files (proxy, 
-	//					       (const gchar **) files,
-	//					       &error);
+	org_freedesktop_Tracker_Indexer_process_files (proxy, 
+						       (const gchar **) files,
+						       &error);
 
 	if (error) {
 		g_critical ("Could not send %d files to indexer to process, %s", 



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