changeset 10227:53c9ba039354

[gaim-migrate @ 11361] Allow multiple instances of gaim if GAIM_MULTI_INST env variable is set. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sun, 21 Nov 2004 19:30:22 +0000
parents 62ab1a4c3a2a
children 37c411c8cde3
files src/win_gaim.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/win_gaim.c	Sun Nov 21 18:11:10 2004 +0000
+++ b/src/win_gaim.c	Sun Nov 21 19:30:22 2004 +0000
@@ -304,7 +304,7 @@
                 dll_prep();
 
         wgaim_set_locale();
-		if(!wgaim_set_running())
+		if(!getenv("GAIM_MULTI_INST") && !wgaim_set_running())
 			return 0;
 
         /* Now we are ready for Gaim .. */