finch/gntcertmgr.c

changeset 34329
ddbc1337332c
parent 31294
73607ab89c6f
child 34331
c8486462bb63
--- a/finch/gntcertmgr.c	Mon Sep 09 14:47:22 2013 +0200
+++ b/finch/gntcertmgr.c	Tue Sep 10 13:06:10 2013 +0200
@@ -89,8 +89,7 @@
 				default_hostname, FALSE, FALSE, NULL,
 				_("OK"), G_CALLBACK(tls_peers_mgmt_import_ok2_cb),
 				_("Cancel"), G_CALLBACK(tls_peers_mgmt_import_cancel2_cb),
-				NULL, NULL, NULL,
-				crt);
+				NULL, crt);
 		g_free(default_hostname);
 	} else {
 		gchar * secondary;

mercurial