aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 4aa38f5f4..73d84ab44 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1017,6 +1017,9 @@ account_status_changed_cb (TpAccount *account,
case TP_CONNECTION_STATUS_CONNECTED:
/* We can join the room */
break;
+
+ default:
+ g_assert_not_reached ();
}
join_chatroom (ctx->chatroom, ctx->timestamp);