Fix #4203 by allowing multiple instances on win32 with the -m flag.

Mon, 03 Dec 2007 02:01:52 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 03 Dec 2007 02:01:52 +0000
changeset 21852
2b19ea5bb0c9
parent 21851
610d7be34b34
child 21853
904bde12304a
child 21855
fc93ce6595e4

Fix #4203 by allowing multiple instances on win32 with the -m flag.

pidgin/gtkmain.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkmain.c	Mon Dec 03 01:18:37 2007 +0000
+++ b/pidgin/gtkmain.c	Mon Dec 03 02:01:52 2007 +0000
@@ -609,7 +609,7 @@
 #ifndef _WIN32
 				  "c:dhmnl::s:v",
 #else
-				  "c:dhnl::v",
+				  "c:dhmnl::v",
 #endif
 				  long_options, NULL)) != -1) {
 		switch (opt) {

mercurial