diff options
-rw-r--r-- | libempathy-gtk/empathy-subscription-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-subscription-dialog.c b/libempathy-gtk/empathy-subscription-dialog.c index 10a59b5a8..04fae6d18 100644 --- a/libempathy-gtk/empathy-subscription-dialog.c +++ b/libempathy-gtk/empathy-subscription-dialog.c @@ -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); } |