]> spindle.queued.net Git - midori/commitdiff
Don't regard file URIs as external
authorChristian Dywan <christian@twotoasts.de>
Sun, 31 Oct 2010 21:42:15 +0000 (22:42 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 31 Oct 2010 21:42:15 +0000 (22:42 +0100)
midori/sokoke.c

index 133de3c177ab2beaa65f46284a0f0d8b5ed67b73..962eb589a2c9c2c700b57e97a6ca17814dbe5bed 100644 (file)
@@ -746,6 +746,7 @@ sokoke_external_uri (const gchar* uri)
     GAppInfo* info;
 
     if (!uri || !strncmp (uri, "http", 4)
+             || !strncmp (uri, "file", 4)
              || !strncmp (uri, "about:", 6))
         return FALSE;