[empathy: 5/10] keyring: fix typo



commit cfab69400457247ece6cd9baf1d49e70d7d9ce9b
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Fri Jan 28 16:44:35 2011 +0000

    keyring: fix typo
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 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 75387b9..bec08c0 100644
--- a/libempathy/empathy-keyring.c
+++ b/libempathy/empathy-keyring.c
@@ -172,7 +172,7 @@ empathy_keyring_get_room_password_finish (TpAccount *account,
     return NULL;
 
   g_return_val_if_fail (g_simple_async_result_is_valid (result,
-          G_OBJECT (account), empathy_keyring_get_account_password_async), NULL);
+          G_OBJECT (account), empathy_keyring_get_room_password_async), NULL);
 
   return g_simple_async_result_get_op_res_gpointer (simple);
 }



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