diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-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 c66f92d05..e942f2151 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -210,7 +210,7 @@ reconnected_connection_ready_cb (TpConnection *connection, const GError *error, gpointer user_data) { - EmpathyChat *chat = EMPATHY_CHAT (user_data); + EmpathyChat *chat = user_data; EmpathyChatPriv *priv = GET_PRIV (chat); if (error != NULL) { |