st: Fix handling of file:// URIs in _st_theme_resolve_uri()
https://bugzilla.gnome.org/show_bug.cgi?id=679268
This commit is contained in:
parent
1735f28f5a
commit
0ea8217c55
@ -1034,7 +1034,7 @@ _st_theme_resolve_url (StTheme *theme,
|
||||
g_error_free (error);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return filename;
|
||||
}
|
||||
|
||||
/* Guard against http:/ URLs */
|
||||
|
Loading…
Reference in New Issue
Block a user