From: Eric W. <war...@us...> - 2001-10-31 10:27:10
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv14965 Modified Files: away.c Log Message: blah! Index: away.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/away.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- away.c 2001/10/25 05:29:54 1.64 +++ away.c 2001/10/31 10:27:07 1.65 @@ -169,6 +169,8 @@ serv_set_away_all(NULL); awaymessage = NULL; + clistqueue = NULL; + clistqueuesw = NULL; #ifdef USE_APPLET applet_widget_unregister_callback(APPLET_WIDGET(applet), "away"); set_user_state(online); |