You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
724 B
16 lines
724 B
--- libunique-1.1.6/tests/test-unique.c.orig 2014-05-07 11:05:02.743420865 +0100
|
|
+++ libunique-1.1.6/tests/test-unique.c 2014-05-07 11:24:20.163336706 +0100
|
|
@@ -82,10 +82,10 @@
|
|
GTK_DIALOG_DESTROY_WITH_PARENT,
|
|
GTK_MESSAGE_INFO,
|
|
GTK_BUTTONS_CLOSE,
|
|
- title);
|
|
+ "%s", title);
|
|
if (message)
|
|
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
|
- message);
|
|
+ "%s", message);
|
|
|
|
gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);
|
|
|