From: Sean E. <sea...@us...> - 2002-09-26 15:23:34
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv7945/plugins Modified Files: SIGNALS Log Message: A long annoying patch by one Robert McQueen. Index: SIGNALS =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/SIGNALS,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- SIGNALS 16 Sep 2002 08:35:14 -0000 1.31 +++ SIGNALS 26 Sep 2002 15:23:30 -0000 1.32 @@ -346,14 +346,14 @@ 'c' is he conversation being closed. -event_connecting +event_connecting: struct aim_user *u This is called when Gaim attempts to bring a user on-line. The - boolean u->connecting is set to true, and a global counter + boolean u->connecting is set to true, and connecting_count incremented. The attempt can end with event_signon or event_signoff 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 + 'u' is the account being connected. |