]> git.0d.be Git - empathy.git/commitdiff
remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Mar 2012 09:41:16 +0000 (10:41 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Mar 2012 09:41:16 +0000 (10:41 +0100)
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

index 3f98e78bda83634206b48d57c410e88303991196..0caa3988f9eeb355c647fa7bda29c4bfaada226d 100644 (file)
@@ -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