From 7d4202aa8e193c22e9cc3871fbc384454cb734ef Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 3 Jun 2010 12:26:55 +0200 Subject: change 'disconnect' label to 'finally' --- src/empathy-main-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 28837c280..837c52b04 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -914,7 +914,7 @@ account_status_changed_cb (TpAccount *account, switch (new_status) { case TP_CONNECTION_STATUS_DISCONNECTED: /* Don't wait any longer */ - goto disconnect; + goto finally; break; case TP_CONNECTION_STATUS_CONNECTING: @@ -928,7 +928,7 @@ account_status_changed_cb (TpAccount *account, join_chatroom (ctx->chatroom, ctx->timestamp); -disconnect: +finally: g_source_remove (ctx->timeout); g_signal_handler_disconnect (account, ctx->sig_id); } -- cgit v1.2.3