comparison libpurple/protocols/silc/ops.c @ 31872:a5b556ac1de5

Rename purple_connection_error_reason to purple_connection_error
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 08:00:53 +0000
parents 1cdae196aac8
children 3322201b446f
comparison
equal deleted inserted replaced
31871:5105d0306b2a 31872:a5b556ac1de5
70 70
71 if (client != NULL) 71 if (client != NULL)
72 gc = client->application; 72 gc = client->application;
73 73
74 if (gc != NULL) 74 if (gc != NULL)
75 purple_connection_error_reason(gc, reason, tmp); 75 purple_connection_error(gc, reason, tmp);
76 else 76 else
77 purple_notify_error(NULL, _("Error"), _("Error occurred"), tmp); 77 purple_notify_error(NULL, _("Error"), _("Error occurred"), tmp);
78 } 78 }
79 79
80 /* Processes incoming MIME message. Can be private message or channel 80 /* Processes incoming MIME message. Can be private message or channel