pidgin/plugins/disco/xmppdisco.c

branch
soc.2013.gobjectification
changeset 34955
854143116575
parent 34935
686fa55b0deb
parent 34449
bbcb198650b7
child 35312
add13288757e
child 36782
64936dae41a3
--- a/pidgin/plugins/disco/xmppdisco.c	Thu Sep 19 12:26:45 2013 +0530
+++ b/pidgin/plugins/disco/xmppdisco.c	Sat Sep 21 16:41:50 2013 +0530
@@ -513,12 +513,12 @@
 		 || purple_xmlnode_get_child(error, "jid-malformed")) {
 			purple_notify_error(my_plugin, _("Error"),
 			                    _("Server does not exist"),
- 			                    NULL);
+ 			                    NULL, NULL);
 		}
 		else {
 			purple_notify_error(my_plugin, _("Error"),
 			                    _("Server does not support service discovery"),
-			                    NULL);
+			                    NULL, NULL);
 		}
 		pidgin_disco_list_set_in_progress(list, FALSE);
 		g_free(cb_data);

mercurial