diff -r b44d15793c83 -r 80fcf7f86e4a pidgin/gtkconv-theme.c --- a/pidgin/gtkconv-theme.c Sat May 18 16:02:23 2013 +0200 +++ b/pidgin/gtkconv-theme.c Sat May 18 19:22:47 2013 +0200 @@ -126,7 +126,11 @@ if (!g_file_test(file, G_FILE_TEST_EXISTS)) { g_free(file); +#ifdef _WIN32 + file = g_build_filename(DATADIR, "theme", "Template.html", NULL); +#else file = g_build_filename(DATADIR, "pidgin", "theme", "Template.html", NULL); +#endif } return file;