Changes in / [10a0abf:dd89a55]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

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