summaryrefslogtreecommitdiff
path: root/pidgin/win32/winpidgin.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/win32/winpidgin.c')
-rw-r--r--pidgin/win32/winpidgin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pidgin/win32/winpidgin.c b/pidgin/win32/winpidgin.c
index 7e14883866..74917a750d 100644
--- a/pidgin/win32/winpidgin.c
+++ b/pidgin/win32/winpidgin.c
@@ -212,6 +212,9 @@ static void portable_mode_dll_prep(const char *pidgin_dir) {
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 */