aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/empetit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/empetit.c b/tests/empetit.c
index 2d71c5359..2c69d101d 100644
--- a/tests/empetit.c
+++ b/tests/empetit.c
@@ -21,7 +21,7 @@ chat_cb (EmpathyDispatchOperation *dispatch,
if (error != NULL)
{
dialog = gtk_message_dialog_new (GTK_WINDOW (window), GTK_DIALOG_MODAL,
- GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE,
+ GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s",
error->message ? error->message : "No error message");
gtk_dialog_run (GTK_DIALOG (dialog));