[totem] grilo: Don't monitor tracker



commit e88c4d5806986cd82781c5447d7301d248bf1bdd
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Mar 29 15:22:53 2015 +0200

    grilo: Don't monitor tracker
    
    See also:
    https://bugzilla.gnome.org/show_bug.cgi?id=746974

 src/totem-grilo.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index b973d22..c3558e8 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;
 


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