pidgin/gtkconv-theme.c

changeset 39084
b3aeca5f3dac
parent 37992
0185eb26ac7d
child 39212
d33745ca1df5
equal deleted inserted replaced
39083:5631ff22bab8 39084:b3aeca5f3dac
123 123
124 file = g_build_filename(dir, "Contents", "Resources", "Template.html", NULL); 124 file = g_build_filename(dir, "Contents", "Resources", "Template.html", NULL);
125 125
126 if (!g_file_test(file, G_FILE_TEST_EXISTS)) { 126 if (!g_file_test(file, G_FILE_TEST_EXISTS)) {
127 g_free(file); 127 g_free(file);
128 #if defined(_WIN32) && !defined(USE_WIN32_FHS)
129 file = g_build_filename(PURPLE_DATADIR,
130 "theme", "Template.html", NULL);
131 #else
132 file = g_build_filename(PURPLE_DATADIR, 128 file = g_build_filename(PURPLE_DATADIR,
133 "pidgin", "theme", "Template.html", NULL); 129 "pidgin", "theme", "Template.html", NULL);
134 #endif
135 } 130 }
136 131
137 return file; 132 return file;
138 } 133 }
139 134

mercurial