empathy r1750 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:14:38 2008
New Revision: 1750
URL: http://svn.gnome.org/viewvc/empathy?rev=1750&view=rev

Log:
Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Fri Nov 21 16:14:38 2008
@@ -371,15 +371,6 @@
 }
 
 static void
-dispatcher_file_handle_channel (EmpathyDispatcher *dispatcher,
-				TpChannel         *channel)
-{
-	DEBUG ("New file channel");
-
-	/* handle new file channel here */
-}
-
-static void
 dispatcher_connection_invalidated_cb (TpConnection  *connection,
 				      guint          domain,
 				      gint           code,
@@ -482,8 +473,6 @@
 
 	if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_TUBES)) {
 		dispatcher_tubes_handle_channel (dispatcher, channel);
-	} else if (!tp_strdiff (channel_type, EMP_IFACE_CHANNEL_TYPE_FILE)) {
-		dispatcher_file_handle_channel (dispatcher, channel);
 	}
 
   if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_TEXT) &&



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