Don't regard file URIs as external

This commit is contained in:
Christian Dywan 2010-10-31 22:42:15 +01:00
parent a4715ad4c7
commit f2ca461638

View 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;