[empathy] keyring: fix format issue



commit a96d4b07c725e0532507d688bc548fa007bb2312
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Aug 8 12:10:57 2012 +0200

    keyring: fix format issue

 libempathy/empathy-keyring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c
index 1d59b48..5b69cc2 100644
--- a/libempathy/empathy-keyring.c
+++ b/libempathy/empathy-keyring.c
@@ -170,7 +170,7 @@ store_password_cb (GObject *source,
   if (!secret_password_store_finish (result, &error))
     {
       g_simple_async_result_set_error (simple, TP_ERROR,
-          TP_ERROR_DOES_NOT_EXIST, error->message);
+          TP_ERROR_DOES_NOT_EXIST, "%s", error->message);
       g_error_free (error);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]