tracker r2845 - in trunk: . src/trackerd
- From: mr svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r2845 - in trunk: . src/trackerd
- Date: Tue, 27 Jan 2009 15:48:11 +0000 (UTC)
Author: mr
Date: Tue Jan 27 15:48:11 2009
New Revision: 2845
URL: http://svn.gnome.org/viewvc/tracker?rev=2845&view=rev
Log:
* src/trackerd/tracker-cleanup.c: (check_for_volumes_to_cleanup):
Commented out code which causes assertion warnings but doesn't
function properly. MMC thumbnail cleanup is disabled using
preprocessor statements now and wasn't working properly in the
first place.
Modified:
trunk/ChangeLog
trunk/src/trackerd/tracker-cleanup.c
Modified: trunk/src/trackerd/tracker-cleanup.c
==============================================================================
--- trunk/src/trackerd/tracker-cleanup.c (original)
+++ trunk/src/trackerd/tracker-cleanup.c Tue Jan 27 15:48:11 2009
@@ -59,17 +59,19 @@
gboolean is_valid = TRUE;
while (is_valid) {
- GValue value = { 0, };
- const gchar *mount_point;
+ GValue value = { 0, };
+ const gchar *mount_point;
_tracker_db_result_set_get_value (result_set, 0, &value);
+#if 0
mount_point = g_value_get_string (&value);
/* Add cleanup items here */
-
- if (mount_point)
+ if (mount_point) {
tracker_thumbnailer_cleanup (mount_point);
+ }
+#endif
g_value_unset (&value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]