From 783058f1c13019f20e076de5f771a289a85c31a6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 13 Oct 2008 07:53:24 +0000 Subject: rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb svn path=/trunk/; revision=1537 --- libempathy/empathy-dispatcher.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libempathy') 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); -- cgit v1.2.3