Changeset 836ea3a3 for aim.c


Ignore:
Timestamp:
Oct 17, 2003, 5:20:48 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6a50af2
Parents:
ec6ff52
Message:
Converted more error messages to use the error queue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aim.c

    rec6ff52 r836ea3a3  
    225225{
    226226  if (message) {
    227     owl_function_makemsg(message);
     227    owl_function_error(message);
    228228  } else {
    229     owl_function_makemsg("Authentication error on login");
     229    owl_function_error("Authentication error on login");
    230230  }
    231231  owl_function_beep();
     
    15961596 
    15971597  /* printf("snac threw error (reason 0x%04x: %s)\n", reason, (reason<msgerrreasonslen)?msgerrreasons[reason]:"unknown"); */
    1598   owl_function_makemsg(msgerrreasons[reason]);
    15991598 
    16001599  return 1;
Note: See TracChangeset for help on using the changeset viewer.