empathy r1537 - trunk/libempathy



Author: xclaesse
Date: Mon Oct 13 07:53:24 2008
New Revision: 1537
URL: http://svn.gnome.org/viewvc/empathy?rev=1537&view=rev

Log:
rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Mon Oct 13 07:53:24 2008
@@ -391,11 +391,11 @@
 	}
 }
 
-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 @@
       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);



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