Changeset 10a0abf
- Timestamp:
- 2006-05-16T21:23:21Z (19 years ago)
- Branches:
- master
- Children:
- 75cde5d
- Parents:
- dd89a55 (diff), 5a348c3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
rdd89a55 r10a0abf 610 610 struct gaim_connection *gc = byahoo_get_gc_by_id( id ); 611 611 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, 613 614 ( stat != YAHOO_STATUS_AVAILABLE ) | ( stat << 1 ), 0 ); 614 615 }
Note: See TracChangeset
for help on using the changeset viewer.