From: Sean E. <sea...@us...> - 2002-09-17 15:40:32
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv719/src Modified Files: util.c Log Message: a gaim-remote fix and a gaim -h update. Thanks, John Silvestri. Index: util.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/util.c,v retrieving revision 1.133 retrieving revision 1.134 diff -u -d -r1.133 -r1.134 --- util.c 30 Aug 2002 16:20:40 -0000 1.133 +++ util.c 17 Sep 2002 15:40:28 -0000 1.134 @@ -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; |