diff -r 066a123fd39c -r a5213aeff14c pidgin/win32/winpidgin.c --- a/pidgin/win32/winpidgin.c Thu Oct 02 01:40:23 2008 +0000 +++ b/pidgin/win32/winpidgin.c Thu Oct 02 02:22:42 2008 +0000 @@ -212,6 +212,9 @@ return; } + /* Set $HOME so that the GTK+ settings get stored in the right place */ + _snprintf(path2, sizeof(path2), "HOME=%s", path); + _putenv(path2); /* Set up the settings dir base to be \\path\to * The actual settings dir will be \\path\to\.purple */