[totem] main: Thumbnail bookmarked movies as well



commit 57d18095753c1dac55e653b0400f87cef393a36a
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 14 19:35:55 2014 +0200

    main: Thumbnail bookmarked movies as well

 src/icon-helpers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/icon-helpers.c b/src/icon-helpers.c
index ea6d82b..2b8ea47 100644
--- a/src/icon-helpers.c
+++ b/src/icon-helpers.c
@@ -195,7 +195,8 @@ media_is_local (GrlMedia *media)
 
        id = grl_media_get_source (media);
        if (g_strcmp0 (id, "grl-tracker-source") == 0 ||
-           g_strcmp0 (id, "grl-filesystem") == 0)
+           g_strcmp0 (id, "grl-filesystem") == 0 ||
+           g_strcmp0 (id, "grl-bookmarks") == 0)
                return TRUE;
        return FALSE;
 }


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