comparison src/protocols/oscar/im.c @ 3159:fce1883cc608

[gaim-migrate @ 3175] new shortcuts: Ctrl-- Decrease Font Size Ctrl-= Increase Font Size Ctrl-0 Normal Font Size Ctrl-F Select Font Ctrl-C Text Color Ctrl-W Close IM/Chat Window (or Tab, if using tabbed conversations) Ctrl-N New IM/Chat Tab (if using tabbed conversations) Ctrl-Z Minimize (Iconify) IM/Chat Window -As suggested by Shreedeep K Bhachech committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Apr 2002 08:10:13 +0000
parents bcdbffc2c3e6
children 56746b0868db
comparison
equal deleted inserted replaced
3158:ea6f8d8d74e5 3159:fce1883cc608
1601 { 1601 {
1602 aim_bstream_t meat; 1602 aim_bstream_t meat;
1603 aim_rxcallback_t userfunc; 1603 aim_rxcallback_t userfunc;
1604 aim_tlv_t *block; 1604 aim_tlv_t *block;
1605 struct aim_incomingim_ch4_args args; 1605 struct aim_incomingim_ch4_args args;
1606 int ret; 1606 int ret = 0;
1607 1607
1608 /* 1608 /*
1609 * Make a bstream for the meaty part. Yum. Meat. 1609 * Make a bstream for the meaty part. Yum. Meat.
1610 */ 1610 */
1611 if (!(block = aim_gettlv(tlvlist, 0x0005, 1))) 1611 if (!(block = aim_gettlv(tlvlist, 0x0005, 1)))