Changeset 0da65d5 for protocols/oscar/im.c
- Timestamp:
- 2007-03-31T05:40:45Z (17 years ago)
- Branches:
- master
- Children:
- aef4828
- Parents:
- fa29d093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/im.c
rfa29d093 r0da65d5 1417 1417 guint8 *plugin; 1418 1418 int i = 0, tmp = 0; 1419 struct gaim_connection *gc = sess->aux_data;1419 struct im_connection *ic = sess->aux_data; 1420 1420 1421 1421 /* at the moment we just can deal with requests, not with cancel or accept */ … … 1469 1469 case 0x9c: /* ICQ 5 seems to send this */ 1470 1470 aim_send_im_ch2_statusmessage(sess, userinfo->sn, args->cookie, 1471 gc->away ? gc->away : "", sess->aim_icq_state, dc);1471 ic->away ? ic->away : "", sess->aim_icq_state, dc); 1472 1472 break; 1473 1473
Note: See TracChangeset
for help on using the changeset viewer.