]> git.pld-linux.org Git - packages/gcr.git/blame - format-security-fix.patch
Update to 3.8.2
[packages/gcr.git] / format-security-fix.patch
CommitLineData
9c6c6e21
ŁK
1diff -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.071727 seconds and 4 git commands to generate.