diff -r 5631ff22bab8 -r b3aeca5f3dac pidgin/gtkconv-theme.c --- a/pidgin/gtkconv-theme.c Tue May 22 18:46:34 2018 -0500 +++ b/pidgin/gtkconv-theme.c Tue May 22 16:40:02 2018 -0500 @@ -125,13 +125,8 @@ if (!g_file_test(file, G_FILE_TEST_EXISTS)) { g_free(file); -#if defined(_WIN32) && !defined(USE_WIN32_FHS) - file = g_build_filename(PURPLE_DATADIR, - "theme", "Template.html", NULL); -#else file = g_build_filename(PURPLE_DATADIR, "pidgin", "theme", "Template.html", NULL); -#endif } return file;