From c56350fa481667837c4d2cb64d63217dea8a2b82 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 29 Mar 2015 15:22:53 +0200 Subject: grilo: Don't monitor tracker See also: https://bugzilla.gnome.org/show_bug.cgi?id=746974 diff --git a/src/totem-grilo.c b/src/totem-grilo.c index 20580dd..733d9c9 100644 --- a/src/totem-grilo.c +++ b/src/totem-grilo.c @@ -1282,7 +1282,8 @@ source_added_cb (GrlRegistry *registry, if (source_is_recent (source)) { browse (self, self->priv->recent_model, NULL, source, NULL, -1); - monitor = TRUE; + if (g_str_equal (id, "grl-tracker-source") == FALSE) + monitor = TRUE; } else if (!source_is_browse_blacklisted (source)) { const GdkPixbuf *icon; -- cgit v0.10.2