[gaim-migrate @ 11361]

Sun, 21 Nov 2004 19:30:22 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Sun, 21 Nov 2004 19:30:22 +0000
changeset 10227
2d810a6b42a0
parent 10226
aa646cc728ed
child 10228
de475a37b00a

[gaim-migrate @ 11361]
Allow multiple instances of gaim if GAIM_MULTI_INST env
variable is set.

src/win_gaim.c file | annotate | diff | comparison | revisions
--- 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 .. */

mercurial