From abe61c3e3f10ceeb911cfe6ee1ae16617adfac70 Mon Sep 17 00:00:00 2001 From: Thomas Meire Date: Mon, 18 Jan 2010 14:53:23 +0000 Subject: Fix /join command with one channel (#607306) --- libempathy-gtk/empathy-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-chat.c') diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 95e9ecbc5..21898993a 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -704,7 +704,7 @@ chat_command_join (EmpathyChat *chat, while (rooms[i] != NULL) { /* ignore empty strings */ - if (EMP_STR_EMPTY (rooms[i])) { + if (!EMP_STR_EMPTY (rooms[i])) { TpConnection *connection; connection = empathy_tp_chat_get_connection (priv->tp_chat); -- cgit v1.2.3