From 2aeffc8776f7e19a44a619b3de26f748d0346b8d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 6 Nov 2008 10:25:24 +0100 Subject: WebKit is expecting an absolute path to a file name as the last parameter of webkit_web_view_load_html_string. But adding a extra / at the end of the path works also fine (patch to be attached). --- libempathy-gtk/empathy-theme-adium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 545088c50..b1da87bc8 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -85,7 +85,7 @@ theme_adium_load (EmpathyThemeAdium *theme) guint len = 0; guint i = 0; - priv->basedir = g_build_filename (priv->path, "Contents", "Resources", NULL); + priv->basedir = g_strconcat (priv->path, G_DIR_SEPARATOR_S "Contents" G_DIR_SEPARATOR_S "Resources" G_DIR_SEPARATOR_S, NULL); /* Load html files */ file = g_build_filename (priv->basedir, "Incoming", "Content.html", NULL); -- cgit v1.2.3