[empathy: 9/12] remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()



commit 634c2e8376910b96e584159da43a9e708d3a9573
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Mar 2 10:41:16 2012 +0100

    remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()
    
    It early returns if the channel is an outgoing one. And it's called as a
    result of empathy_streamed_media_handler_start_call() so it's not accepted
    automatically.
    
    We just keep the existing behaviour.

 src/empathy-streamed-media-handler.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-streamed-media-handler.c b/src/empathy-streamed-media-handler.c
index 3f98e78..0caa398 100644
--- a/src/empathy-streamed-media-handler.c
+++ b/src/empathy-streamed-media-handler.c
@@ -729,8 +729,6 @@ empathy_streamed_media_handler_start_tpfs (GAsyncInitable *initable,
           g_ptr_array_unref (conferences);
         }
 
-
-      /* FIXME: In which condition do we call this ? */
       empathy_tp_streamed_media_accept_incoming_call (priv->call);
     }
   else



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