gaim/gaim

d8dbc5cf89d8
Parents 84409bb3f49f
Children cfbbeef1d78b
This is what I meant to say, but, uh, there was a monkey on my shift and
"1" keys... Yeah... A monkey...
--- a/src/protocols/oscar/oscar.c Thu Jan 23 21:58:30 2003 -0500
+++ b/src/protocols/oscar/oscar.c Thu Jan 23 22:22:09 2003 -0500
@@ -1321,7 +1321,7 @@
if (args->icbmflags & AIM_IMFLAGS_AWAY)
flags |= IM_FLAG_AWAY;
- if ((args->icbmflags & AIM_IMFLAGS_HASICON) && (!args->iconlen) && (!args->iconsum) && (!args->iconstamp)) {
+ if ((args->icbmflags & AIM_IMFLAGS_HASICON) && (args->iconlen) && (args->iconsum) && (args->iconstamp)) {
struct oscar_data *od = gc->proto_data;
struct icon_req *ir = NULL;
GSList *h = od->hasicons;