libpurple/protocols/yahoo/ycht.c

branch
soc.2013.gobjectification
changeset 34955
854143116575
parent 34889
4ea2da14cd0e
parent 34449
bbcb198650b7
child 35268
0ff850475a1d
child 36782
64936dae41a3
--- a/libpurple/protocols/yahoo/ycht.c	Thu Sep 19 12:26:45 2013 +0530
+++ b/libpurple/protocols/yahoo/ycht.c	Sat Sep 21 16:41:50 2013 +0530
@@ -457,7 +457,9 @@
 static void ycht_connection_error(YchtConn *ycht, const gchar *error)
 {
 
-	purple_notify_info(ycht->gc, NULL, _("Connection problem with the YCHT server"), error);
+	purple_notify_info(ycht->gc, NULL,
+		_("Connection problem with the YCHT server"), error,
+		purple_request_cpar_from_connection(ycht->gc));
 	ycht_connection_close(ycht);
 }
 

mercurial