]> git.0d.be Git - empathy.git/commitdiff
Remove useless goto
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:17:01 +0000 (16:17 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:17:01 +0000 (16:17 +0000)
svn path=/trunk/; revision=2218

libempathy/empathy-dispatch-operation.c

index f035975adb9bf67c049fd515976d33b00566ec79..b9710dc0e2f3472eea1494dcfbf7101eda9309df 100644 (file)
@@ -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 *