changeset 19976:acd11ab58561

Fixing gntcertmgr.c
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 20:11:10 +0000
parents 2c495b5e2193
children a04aaab1ad12
files finch/gntcertmgr.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntcertmgr.c	Wed Sep 12 20:08:14 2007 +0000
+++ b/finch/gntcertmgr.c	Wed Sep 12 20:11:10 2007 +0000
@@ -89,7 +89,7 @@
 				_("OK"), G_CALLBACK(tls_peers_mgmt_import_ok2_cb),
 				_("Cancel"), G_CALLBACK(tls_peers_mgmt_import_cancel2_cb),
 				NULL, NULL, NULL,
-				crt);
+				"blist", crt);
 		g_free(default_hostname);
 	} else {
 		gchar * secondary;
@@ -111,7 +111,7 @@
 			FALSE,
 			G_CALLBACK(tls_peers_mgmt_import_ok_cb),
 			NULL,
-			NULL, NULL, NULL, NULL );
+			NULL, NULL, NULL, "blist", NULL );
 }
 
 /* Save certs in some file */
@@ -160,7 +160,7 @@
 			G_CALLBACK(tls_peers_mgmt_export_ok_cb),
 			G_CALLBACK(purple_certificate_destroy),
 			NULL, NULL, NULL,
-			crt);
+			"blist", crt);
 }
 
 /* Show information about a cert */
@@ -235,7 +235,7 @@
 	purple_request_yes_no((void *)key, _("Confirm certificate delete"),
 			primary, NULL,
 			2,
-			NULL, NULL, NULL,
+			NULL, NULL, NULL, "blist",
 			g_strdup(key),
 			tls_peers_mgmt_delete_confirm_cb,
 			g_free);