Don't regard file URIs as external
This commit is contained in:
parent
a4715ad4c7
commit
f2ca461638
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue