summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch')
-rw-r--r--meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch b/meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch
new file mode 100644
index 000000000..8ad5b97ca
--- /dev/null
+++ b/meta-gnome/recipes-apps/nonworking/epdfview/epdfview/fix-format.patch
@@ -0,0 +1,19 @@
1Imported from Debian 0.1.8-3
2
3Upstream-Status: Pending
4
5diff --git a/src/gtk/MainView.cxx b/src/gtk/MainView.cxx
6index b983bff..f87de28 100644
7--- a/src/gtk/MainView.cxx
8+++ b/src/gtk/MainView.cxx
9@@ -634,8 +634,9 @@ MainView::showErrorMessage (const gchar *title, const gchar *body)
10 GTK_DIALOG_DESTROY_WITH_PARENT,
11 GTK_MESSAGE_ERROR,
12 GTK_BUTTONS_OK,
13+ "%s",
14 title);
15- gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(errorDialog),
16+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG(errorDialog), "%s",
17 body);
18 gtk_dialog_run (GTK_DIALOG (errorDialog));
19 gtk_widget_destroy (errorDialog);