diff options
-rw-r--r-- | libempathy/empathy-dispatch-operation.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c index f035975ad..b9710dc0e 100644 --- a/libempathy/empathy-dispatch-operation.c +++ b/libempathy/empathy-dispatch-operation.c @@ -391,7 +391,7 @@ empathy_dispatch_operation_channel_ready_cb (TpChannel *channel, { priv->ready_handler = g_signal_connect (chat, "notify::ready", G_CALLBACK (empathy_dispatcher_operation_tp_chat_ready_cb), self); - goto readying; + return; } } @@ -410,8 +410,6 @@ empathy_dispatch_operation_channel_ready_cb (TpChannel *channel, ready: empathy_dispatch_operation_set_status (self, EMPATHY_DISPATCHER_OPERATION_STATE_PENDING); -readying: - return; } EmpathyDispatchOperation * |