libpurple/certificate.c

changeset 20685
039aef89faf6
parent 20001
32c272a4442a
child 21162
8359073125ba
--- a/libpurple/certificate.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/libpurple/certificate.c	Sat Sep 22 16:19:34 2007 +0000
@@ -550,7 +550,7 @@
 	secondary = g_strdup_printf(_("Common name: %s %s\nFingerprint (SHA1): %s"), cn, cn_match, sha_asc);
 	
 	/* Make a semi-pretty display */
-	purple_request_accept_cancel(
+	purple_request_accept_cancel_with_hint(
 		vrq->cb_data, /* TODO: Find what the handle ought to be */
 		_("Single-use Certificate Verification"),
 		primary,
@@ -1173,7 +1173,7 @@
 				  vrq->subject_name);
 		
 	/* Make a semi-pretty display */
-	purple_request_action(
+	purple_request_action_with_hint(
 		vrq->cb_data, /* TODO: Find what the handle ought to be */
 		_("SSL Certificate Verification"),
 		primary,

mercurial