empathy r2218 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2218 - trunk/libempathy
- Date: Fri, 9 Jan 2009 16:17:02 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 9 16:17:01 2009
New Revision: 2218
URL: http://svn.gnome.org/viewvc/empathy?rev=2218&view=rev
Log:
Remove useless goto
Modified:
trunk/libempathy/empathy-dispatch-operation.c
Modified: trunk/libempathy/empathy-dispatch-operation.c
==============================================================================
--- trunk/libempathy/empathy-dispatch-operation.c (original)
+++ trunk/libempathy/empathy-dispatch-operation.c Fri Jan 9 16:17:01 2009
@@ -391,7 +391,7 @@
{
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 @@
ready:
empathy_dispatch_operation_set_status (self,
EMPATHY_DISPATCHER_OPERATION_STATE_PENDING);
-readying:
- return;
}
EmpathyDispatchOperation *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]