libpurple/protocols/silc/ops.c

changeset 32157
39ba2e2492ee
parent 30708
535bec1e66fb
child 32188
cb9cad610bc6
--- 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);
 }

mercurial