unique-1.0.6-fix-str-fmt.patch 652 B

1234567891011121314
  1. --- tests/test-unique.c.str 2009-02-02 16:10:03.000000000 +0100
  2. +++ tests/test-unique.c 2009-02-02 16:10:22.000000000 +0100
  3. @@ -97,10 +97,11 @@
  4. GTK_DIALOG_DESTROY_WITH_PARENT,
  5. GTK_MESSAGE_INFO,
  6. GTK_BUTTONS_CLOSE,
  7. + "%s",
  8. title);
  9. if (message)
  10. gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
  11. - message);
  12. + "%s", message);
  13. gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);