[totem] grilo: Show tracker contents in "Recent"



commit 7a1caabbb024c052df4fd3eceebae77eabad3e78
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 17 16:14:32 2014 +0100

    grilo: Show tracker contents in "Recent"
    
    Instead of the recent files

 src/plugins/grilo/totem-grilo.c    |    3 ++-
 src/plugins/grilo/totem-grilo.conf |    3 ---
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index f2df2ed..26f9a47 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -809,6 +809,7 @@ source_is_blacklisted (GrlSource *source)
        const char *id;
        const char const *sources[] = {
                "grl-bookmarks",
+               "grl-filesystem",
                "grl-shoutcast",
                "grl-flickr",
                "grl-metadata-store",
@@ -872,7 +873,7 @@ source_added_cb (GrlRegistry *registry,
 
        self = TOTEM_GRILO_PLUGIN (user_data);
        id = grl_source_get_id (source);
-       if (g_str_equal (id, "grl-filesystem") ||
+       if (g_str_equal (id, "grl-tracker-source") ||
            g_str_equal (id, "grl-optical-media")) {
                browse (self, self->priv->browser_recent_model,
                        NULL, source, NULL, 1);
diff --git a/src/plugins/grilo/totem-grilo.conf b/src/plugins/grilo/totem-grilo.conf
index a5f3a3c..2c8530e 100644
--- a/src/plugins/grilo/totem-grilo.conf
+++ b/src/plugins/grilo/totem-grilo.conf
@@ -5,6 +5,3 @@ api-secret      = bef979d87f28ec47
 [grl-youtube]
 api-key         = 
AI39si7Ix-bf9xRLx5PK1sjsG2FQjSHblunuaI8YvHdYbkV2BcgOemHE6Nzb9t6LaMsekofKGSwgAETzbo7OvL8L3vH4vrFaqw
 format          = best
-
-[grl-filesystem]
-base-uri        = recent:///


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