[totem] main: Also thumbnail videos from GrlFilesystem



commit 3ada650be70228177a332ad51b0c89496232b559
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 6 21:19:38 2014 +0200

    main: Also thumbnail videos from GrlFilesystem

 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 991f019..ea6d82b 100644
--- a/src/icon-helpers.c
+++ b/src/icon-helpers.c
@@ -194,7 +194,8 @@ media_is_local (GrlMedia *media)
        const char *id;
 
        id = grl_media_get_source (media);
-       if (g_strcmp0 (id, "grl-tracker-source") == 0)
+       if (g_strcmp0 (id, "grl-tracker-source") == 0 ||
+           g_strcmp0 (id, "grl-filesystem") == 0)
                return TRUE;
        return FALSE;
 }


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