changeset 3530:f38516e5d1ab

[gaim-migrate @ 3603] a gaim-remote fix and a gaim -h update. Thanks, John Silvestri. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Sep 2002 15:40:28 +0000
parents ba792dc84e32
children 84d2cd1d0ec9
files src/util.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Tue Sep 17 15:34:13 2002 +0000
+++ b/src/util.c	Tue Sep 17 15:40:28 2002 +0000
@@ -779,6 +779,7 @@
 		       "                      name of away message to use)\n"
 		       "  -l, --login[=NAME]  automatically login (optional argument NAME specifies\n"
 		       "                      account(s) to use)\n"
+		       "  -n, --loginwin      don't automatically login; show login window\n"
 		       "  -u, --user=NAME     use account NAME\n"
 		       "  -f, --file=FILE     use FILE as config\n"
 		       "  -d, --debug         print debugging messages to stdout\n"
@@ -1319,6 +1320,7 @@
 		}
 		
 		c = new_conversation(who);
+		set_convo_gc(c, gc);
 		g_free(who);
 		if (what) {
 			int finish;