[totem/wip/hadess/tracker3-thumbnailing] icon-helpers: Fix thumbnails not appearing with Tracker 3




commit 1eb381031e54ef278953dda38a8b4051a1c081c3
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 25 17:47:35 2020 +0200

    icon-helpers: Fix thumbnails not appearing with Tracker 3

 src/icon-helpers.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/icon-helpers.c b/src/icon-helpers.c
index e8472813e..2fc9915d2 100644
--- a/src/icon-helpers.c
+++ b/src/icon-helpers.c
@@ -69,6 +69,7 @@ media_is_local (GrlMedia *media)
 
        id = grl_media_get_source (media);
        if (g_strcmp0 (id, "grl-tracker-source") == 0 ||
+           g_strcmp0 (id, "grl-tracker3-source") == 0 ||
            g_strcmp0 (id, "grl-filesystem") == 0 ||
            g_strcmp0 (id, "grl-bookmarks") == 0)
                return TRUE;


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