]> git.0d.be Git - empathy.git/commitdiff
WebKit is expecting an absolute path to a file name as the last parameter of webkit_w...
authorXavier Claessens <xclaesse@gmail.com>
Thu, 6 Nov 2008 09:25:24 +0000 (10:25 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 11 Jun 2009 16:06:31 +0000 (18:06 +0200)
the path works also fine (patch to be attached).

libempathy-gtk/empathy-theme-adium.c

index 545088c5068bec2559f78880032ba0ab9107feef..b1da87bc8a7a120858bfaaeda5aa8c0c06a6a730 100644 (file)
@@ -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);