# HG changeset patch # User Sean Egan # Date 1042323003 0 # Node ID a23ae74677a273c658556b6c64309f23dfc72924 # Parent b191b8080ebceaa5901c3ba24d04a20f62a6bb6a [gaim-migrate @ 4555] Now you'll be able to use themes in ~/.gaim/smileys. committer: Tailor Script diff -r b191b8080ebc -r a23ae74677a2 src/themes.c --- a/src/themes.c Sat Jan 11 20:57:18 2003 +0000 +++ b/src/themes.c Sat Jan 11 22:10:03 2003 +0000 @@ -200,7 +200,7 @@ dir = g_dir_open(probedirs[l], 0, NULL); if (dir) { while ((file = g_dir_read_name(dir))) { - path = g_build_filename(probedirs[0], file, "theme", NULL); + path = g_build_filename(probedirs[l], file, "theme", NULL); /* Here we check to see that the theme has proper syntax. * We set the second argument to FALSE so that it doesn't load