]> git.0d.be Git - empathy.git/commitdiff
Fix build warning: A string format is required
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 16 Jul 2012 12:18:47 +0000 (14:18 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 16 Jul 2012 12:18:47 +0000 (14:18 +0200)
libempathy-gtk/empathy-subscription-dialog.c

index 10a59b5a86c45df6c05771da5807a6e749e32d22..04fae6d181b577482801b29dc706c18da10b62e3 100644 (file)
@@ -247,7 +247,7 @@ empathy_subscription_dialog_constructed (GObject *object)
     {
       tmp = g_strdup_printf ("<i>%s</i>", self->priv->message);
       gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (self),
-          tmp);
+          "%s", tmp);
       g_free (tmp);
     }