[totem/wip/hadess/tracker3-thumbnailing: 2/3] icon-helpers: Fix thumbnails not appearing with Tracker 3
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/tracker3-thumbnailing: 2/3] icon-helpers: Fix thumbnails not appearing with Tracker 3
- Date: Tue, 25 Aug 2020 15:51:59 +0000 (UTC)
commit 604b5107e68bd4a7257deb2608012b1ad926ead5
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]