diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index eb7325339..f68e1cc83 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -776,7 +776,7 @@ chat_command_msg (EmpathyChat *chat, #endif static void -callback_for_request_rename(TpProxy *proxy, +callback_for_request_rename (TpProxy *proxy, const GError *error, gpointer user_data, GObject *weak_object) |