[Xfce4-commits] <tumbler:jeromeg/webkit-thumbnailer-rebased> Let http scheme be handled by webkit-thumbnailer

Jérôme Guelfucci noreply at xfce.org
Sun Feb 24 14:42:18 CET 2013


Updating branch refs/heads/jeromeg/webkit-thumbnailer-rebased
         to e6363b5b8572ed0c39137a372c0926bdcfb86144 (commit)
       from e50ddeaf6dc8d092bda80dc66b4a249716f84e6e (commit)

commit e6363b5b8572ed0c39137a372c0926bdcfb86144
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Feb 17 13:14:12 2013 +0100

    Let http scheme be handled by webkit-thumbnailer

 tumbler/tumbler-util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tumbler/tumbler-util.c b/tumbler/tumbler-util.c
index 9d656d5..9296f34 100644
--- a/tumbler/tumbler-util.c
+++ b/tumbler/tumbler-util.c
@@ -64,7 +64,6 @@ tumbler_util_get_supported_uri_schemes (void)
           if (strcmp ("file", vfs_schemes[i]) != 0         /* always first scheme */
               && strcmp ("computer", vfs_schemes[i]) != 0  /* only devices here */
               && strcmp ("localtest", vfs_schemes[i]) != 0 /* test fs */
-              && strcmp ("http", vfs_schemes[i]) != 0      /* not a fs you can browse */
               && strcmp ("cdda", vfs_schemes[i]) != 0      /* audio cds */
               && strcmp ("network", vfs_schemes[i]) != 0)  /* only to list remotes, not files */
             uri_schemes[n++] = g_strdup (vfs_schemes[i]);


More information about the Xfce4-commits mailing list