# HG changeset patch # User Sean Egan # Date 1032277228 0 # Node ID f38516e5d1ab5af5674247d11adb89d4f9e60492 # Parent ba792dc84e3217d10420e37ff3a4c9ec7f2b14d2 [gaim-migrate @ 3603] a gaim-remote fix and a gaim -h update. Thanks, John Silvestri. committer: Tailor Script diff -r ba792dc84e32 -r f38516e5d1ab src/util.c --- 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;