~ubuntu-branches/ubuntu/saucy/libunique/saucy

« back to all changes in this revision

Viewing changes to tests/test-unique.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-27 20:39:50 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111027203950-s790rgfbhfxqx3b3
Tags: 1.1.6-3
* Switch to dpkg source format 3.0 (quilt).
* Bump debhelper compatibility level to 8.
  - Update Build-Depends on debhelper.
  - Strip debian/tmp/ from .install files.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Add Vcs-* fields.
* debian/rules:
  - Disable -Werror. Closes: #625376
* debian/patches/01_format-security.patch:
  - Fix build failures with -Werror=format-security.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                                   GTK_DIALOG_DESTROY_WITH_PARENT,
83
83
                                   GTK_MESSAGE_INFO,
84
84
                                   GTK_BUTTONS_CLOSE,
 
85
                                   "%s",
85
86
                                   title);
86
87
  if (message)
87
88
    gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 
89
                                              "%s",
88
90
                                              message);
89
91
 
90
92
  gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);