From: Sean E. <sea...@us...> - 2002-09-29 04:48:42
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv16600/plugins Modified Files: SIGNALS Log Message: You win, McQueen. Index: SIGNALS =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/SIGNALS,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- SIGNALS 26 Sep 2002 15:23:30 -0000 1.32 +++ SIGNALS 29 Sep 2002 04:48:39 -0000 1.33 @@ -344,8 +344,8 @@ access any data related to the conversation without breaking anything. - 'c' is he conversation being closed. - + 'c' is the conversation being closed. + event_connecting: struct aim_user *u @@ -355,5 +355,5 @@ being called, depending upon whether the attempt was a sucess or a failure. In both cases, u->connecting is set to false and the counter decremented. - + 'u' is the account being connected. |