comparison libpurple/protocols/silc/ops.c @ 27381:f541583e31bd

More uniformity among disconnect error messages
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 09:07:42 +0000
parents 1fcd09c34fee
children f1437342cc0e
comparison
equal deleted inserted replaced
27380:1bbed9fd046b 27381:f541583e31bd
69 69
70 if (client != NULL) 70 if (client != NULL)
71 gc = client->application; 71 gc = client->application;
72 72
73 if (gc != NULL) 73 if (gc != NULL)
74 purple_connection_error_reason (gc, reason, tmp); 74 purple_connection_error_reason(gc, reason, tmp);
75 else 75 else
76 purple_notify_error(NULL, _("Error"), _("Error occurred"), tmp); 76 purple_notify_error(NULL, _("Error"), _("Error occurred"), tmp);
77 } 77 }
78 78
79 /* Processes incoming MIME message. Can be private message or channel 79 /* Processes incoming MIME message. Can be private message or channel