From: Rob F. <rob...@us...> - 2002-02-23 23:28:52
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv21945 Modified Files: applet.c Log Message: More bleep blops Index: applet.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/applet.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- applet.c 4 Dec 2001 07:53:54 -0000 1.27 +++ applet.c 23 Feb 2002 23:28:49 -0000 1.28 @@ -482,7 +482,7 @@ { if (state == signing_on) connecting++; - else if ((state == away || state == online) && connecting > 0) + else if ((state == offline || state == away || state == online) && connecting > 0) connecting--; update_applet(); } |