From 0ea8217c55de0aa1fafb0801cf651eaa16f166ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Oct 2012 20:42:19 +0200 Subject: [PATCH] st: Fix handling of file:// URIs in _st_theme_resolve_uri() https://bugzilla.gnome.org/show_bug.cgi?id=679268 --- src/st/st-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/st-theme.c b/src/st/st-theme.c index ab7cbd0e8..f3b1c13b7 100644 --- a/src/st/st-theme.c +++ b/src/st/st-theme.c @@ -1034,7 +1034,7 @@ _st_theme_resolve_url (StTheme *theme, g_error_free (error); } - return NULL; + return filename; } /* Guard against http:/ URLs */