Changeset 5a348c3 for protocols/yahoo


Ignore:
Timestamp:
2006-05-16T07:09:11Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0790644, 10a0abf
Parents:
64d1f45
Message:

Yahoo module now passes the idle value to serv_got_update().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r64d1f45 r5a348c3  
    610610        struct gaim_connection *gc = byahoo_get_gc_by_id( id );
    611611       
    612         serv_got_update( gc, who, stat != YAHOO_STATUS_OFFLINE, 0, 0, 0,
     612        serv_got_update( gc, who, stat != YAHOO_STATUS_OFFLINE, 0, 0,
     613                         ( stat == YAHOO_STATUS_IDLE ) ? away : 0,
    613614                         ( stat != YAHOO_STATUS_AVAILABLE ) | ( stat << 1 ), 0 );
    614615}
Note: See TracChangeset for help on using the changeset viewer.