Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv23524
Modified Files:
applet.c
Log Message:
msg pending works again.
Index: applet.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/applet.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- applet.c 2001/10/11 22:53:19 1.16
+++ applet.c 2001/10/12 07:17:48 1.17
@@ -115,7 +115,6 @@
if ((away_options & OPT_AWAY_QUEUE) && message_queue) {
GSList *m = message_queue;
- int dsr = 0;
while (m) {
struct queued_message *qm = m->data;
if (qm->flags & WFLAG_RECV)
|