From 2d3d3870233e63edf216d7054734e9c395cf27b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Feb 2006 17:54:47 +0000 Subject: Make the verify/decrypt gpg diagnostic text selectable in the security 2006-02-27 Jeffrey Stedfast * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): Make the verify/decrypt gpg diagnostic text selectable in the security dialog that comes up when you click the button in a message. Fixes bug #268414. svn path=/trunk/; revision=31596 --- mail/em-format-html-display.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 1f3295decd..6ebf316d54 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -922,6 +922,7 @@ efhd_xpkcs7mime_validity_clicked(GtkWidget *button, EMFormatHTMLPObject *pobject w = gtk_label_new(po->valid->sign.description); gtk_misc_set_alignment((GtkMisc *)w, 0.0, 0.5); gtk_label_set_line_wrap((GtkLabel *)w, FALSE); + gtk_label_set_selectable((GtkLabel *)w, TRUE); gtk_box_pack_start((GtkBox *)vbox, w, TRUE, TRUE, 6); } @@ -939,6 +940,7 @@ efhd_xpkcs7mime_validity_clicked(GtkWidget *button, EMFormatHTMLPObject *pobject w = gtk_label_new(po->valid->encrypt.description); gtk_misc_set_alignment((GtkMisc *)w, 0.0, 0.5); gtk_label_set_line_wrap((GtkLabel *)w, FALSE); + gtk_label_set_selectable((GtkLabel *)w, TRUE); gtk_box_pack_start((GtkBox *)vbox, w, TRUE, TRUE, 6); } -- cgit v1.2.3