diff src/win_gaim.c @ 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 08251403c871
children 4f5a7ddd3161
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 .. */