[totem] Revert "grilo: Monitor tracker again"



commit 34e378e8c5b379a303fb40509271d9ce66ed3454
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 11 12:24:19 2019 +0100

    Revert "grilo: Monitor tracker again"
    
    This reverts commit 833526d06f9ac9ad44966b00a9fd62648ccaf489.
    
    This was still not working, see:
    https://gitlab.gnome.org/GNOME/grilo-plugins/merge_requests/29
    https://gitlab.gnome.org/GNOME/grilo-plugins/issues/14

 src/totem-grilo.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 50f91a09b..2106fff1a 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1293,7 +1293,9 @@ source_added_cb (GrlRegistry *registry,
                if (source_is_recent (source)) {
                        browse (self, self->priv->recent_model,
                                NULL, source, NULL, -1);
-                       monitor = TRUE;
+                       /* https://gitlab.gnome.org/GNOME/grilo-plugins/merge_requests/29 */
+                       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]