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:
Florian Müllner 2012-10-17 20:42:19 +02:00
parent 1735f28f5a
commit 0ea8217c55

View File

@ -1034,7 +1034,7 @@ _st_theme_resolve_url (StTheme *theme,
g_error_free (error); g_error_free (error);
} }
return NULL; return filename;
} }
/* Guard against http:/ URLs */ /* Guard against http:/ URLs */