aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r--libempathy/empathy-dispatcher.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index c59e613c6..6e3c2e4be 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -391,11 +391,11 @@ dispatcher_connection_invalidated_cb (TpConnection *connection,
}
}
-static void chatroom_invalidated_cb (TpProxy *channel,
- guint domain,
- gint code,
- gchar *message,
- EmpathyChatroom *chatroom)
+static void dispatcher_chatroom_invalidated_cb (TpProxy *channel,
+ guint domain,
+ gint code,
+ gchar *message,
+ EmpathyChatroom *chatroom)
{
EmpathyChatroomManager *mgr;
mgr = empathy_chatroom_manager_new ();
@@ -483,7 +483,7 @@ dispatcher_connection_new_channel_cb (TpConnection *connection,
g_object_set (chatroom, "tp-channel", channel, NULL);
g_signal_connect (channel, "invalidated",
- G_CALLBACK (chatroom_invalidated_cb), chatroom);
+ G_CALLBACK (dispatcher_chatroom_invalidated_cb), chatroom);
g_free (room_ids[0]);
g_free (room_ids);