Changeset e7f46c5 for protocols/yahoo
- Timestamp:
- 2005-12-04T12:58:41Z (19 years ago)
- Branches:
- master
- Children:
- 22bf64e
- Parents:
- 25d1be7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
r25d1be7 re7f46c5 641 641 { 642 642 struct gaim_connection *gc = byahoo_get_gc_by_id( id ); 643 644 serv_got_typing( gc, who, 1 ); 643 if (stat == 1) { 644 /* User is typing */ 645 serv_got_typing( gc, who, 1, 1 ); 646 } 647 else { 648 /* User stopped typing */ 649 serv_got_typing( gc, who, 1, 0 ); 650 } 645 651 } 646 652
Note: See TracChangeset
for help on using the changeset viewer.