Changeset aef4828 for protocols/oscar/chat.c
- Timestamp:
- 2007-04-06T05:20:31Z (18 years ago)
- Branches:
- master
- Children:
- 552e641
- Parents:
- 0da65d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/chat.c
r0da65d5 raef4828 54 54 continue; 55 55 if (!cur->priv) { 56 do_error_dialog(sess->aux_data, "chat connection with no name!", "Gaim");56 imc_error(sess->aux_data, "chat connection with no name!"); 57 57 continue; 58 58 } … … 397 397 398 398 if (detaillevel != 0x02) { 399 do_error_dialog(sess->aux_data, "Only detaillevel 0x2 is support at the moment", "Gaim");399 imc_error(sess->aux_data, "Only detaillevel 0x2 is support at the moment"); 400 400 return 1; 401 401 } … … 615 615 616 616 if (channel != 0x0003) { 617 do_error_dialog(sess->aux_data, "unknown channel!", "Gaim");617 imc_error(sess->aux_data, "unknown channel!"); 618 618 return 0; 619 619 }
Note: See TracChangeset
for help on using the changeset viewer.