comparison src/themes.c @ 4301:a23ae74677a2

[gaim-migrate @ 4555] Now you'll be able to use themes in ~/.gaim/smileys. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 22:10:03 +0000
parents cddb50734169
children 1cfad48b7d93
comparison
equal deleted inserted replaced
4300:b191b8080ebc 4301:a23ae74677a2
198 probedirs[2] = 0; 198 probedirs[2] = 0;
199 for (l=0; probedirs[l]; l++) { 199 for (l=0; probedirs[l]; l++) {
200 dir = g_dir_open(probedirs[l], 0, NULL); 200 dir = g_dir_open(probedirs[l], 0, NULL);
201 if (dir) { 201 if (dir) {
202 while ((file = g_dir_read_name(dir))) { 202 while ((file = g_dir_read_name(dir))) {
203 path = g_build_filename(probedirs[0], file, "theme", NULL); 203 path = g_build_filename(probedirs[l], file, "theme", NULL);
204 204
205 /* Here we check to see that the theme has proper syntax. 205 /* Here we check to see that the theme has proper syntax.
206 * We set the second argument to FALSE so that it doesn't load 206 * We set the second argument to FALSE so that it doesn't load
207 * the theme yet. 207 * the theme yet.
208 */ 208 */