]> git.pld-linux.org Git - packages/gcr.git/blob - format-security-fix.patch
3f29a533d751fcf0df66a84148434e56b906338f
[packages/gcr.git] / format-security-fix.patch
1 diff -uNr gcr-3.8.0.old/ui/gcr-certificate-exporter.c gcr-3.8.0/ui/gcr-certificate-exporter.c
2 --- gcr-3.8.0.old/ui/gcr-certificate-exporter.c 2013-03-25 11:18:03.000000000 +0100
3 +++ gcr-3.8.0/ui/gcr-certificate-exporter.c     2013-03-25 14:56:52.352682331 +0100
4 @@ -227,7 +227,7 @@
5                                        _("Do you want to replace it with a new file?"));
6                 dialog = gtk_message_dialog_new_with_markup (GTK_WINDOW (self->pv->chooser_dialog),
7                      GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION,
8 -                    GTK_BUTTONS_NONE, msg);
9 +                    GTK_BUTTONS_NONE, "%s", msg);
10                 gtk_dialog_add_buttons (GTK_DIALOG (dialog),
11                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
12                                         _("_Replace"), GTK_RESPONSE_ACCEPT, NULL);
This page took 0.080756 seconds and 2 git commands to generate.