From: Sean E. <sea...@us...> - 2002-03-16 05:57:30
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv23722/plugins Modified Files: filectl.c Log Message: A fix to filectl plugin by Ari Pollak Index: filectl.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/filectl.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- filectl.c 21 Dec 2001 10:23:03 -0000 1.8 +++ filectl.c 16 Mar 2002 05:57:26 -0000 1.9 @@ -78,7 +78,7 @@ c = find_conversation(arg1); if (!c) c = new_conversation(arg1); write_to_conv(c, arg2, WFLAG_SEND, NULL, time(NULL), -1); - serv_send_im(c->gc, arg1, arg2, 0); + serv_send_im(c->gc, arg1, arg2, -1, 0); free(arg1); free(arg2); } else if (!strncasecmp(command, "away", 4)) { |