Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv22207
Modified Files:
yahoo.c
Log Message:
forgot this.
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yahoo.c 2001/11/06 23:58:24 1.1
+++ yahoo.c 2001/11/07 00:03:56 1.2
@@ -47,7 +47,7 @@
#include "pixmaps/status-here.xpm"
#include "pixmaps/status-idle.xpm"
-#define YAHOO_DEBUG
+#undef YAHOO_DEBUG
#define USEROPT_MAIL 0
@@ -551,7 +551,8 @@
l = l->next;
}
- show_got_added(gc, id, who, NULL, msg);
+ if (id)
+ show_got_added(gc, id, who, NULL, msg);
}
static void yahoo_process_mail(struct gaim_connection *gc, struct yahoo_packet *pkt)
|