From: Emilio Pozuelo Monfort Date: Thu, 9 Jun 2011 08:26:00 +0000 (+0100) Subject: Build fix X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=043b2fec4b21707ef62aebc3d80fc54c319e90f2 Build fix --- diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c index 425cda5d..4e8f6d2c 100644 --- a/libempathy-gtk/empathy-call-utils.c +++ b/libempathy-gtk/empathy-call-utils.c @@ -65,7 +65,7 @@ show_call_error (GError *error) dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, - get_error_display_message (error)); + "%s", get_error_display_message (error)); g_signal_connect_swapped (dialog, "response", G_CALLBACK (gtk_widget_destroy),