--- a/libpurple/protocols/silc/ops.c Sun Aug 21 07:57:28 2011 +0000 +++ b/libpurple/protocols/silc/ops.c Sun Aug 21 08:00:53 2011 +0000 @@ -72,7 +72,7 @@ gc = client->application; if (gc != NULL) - purple_connection_error_reason(gc, reason, tmp); + purple_connection_error(gc, reason, tmp); else purple_notify_error(NULL, _("Error"), _("Error occurred"), tmp); }