diff options
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 93d9df8d7..e9298ddbf 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1547,7 +1547,7 @@ chat_window_command_part (EmpathyChat *chat, return; } chat_to_be_parted = empathy_chat_window_find_chat ( - empathy_chat_get_account (chat), strv[1]); + empathy_chat_get_account (chat), strv[1], FALSE); if (chat_to_be_parted != NULL) { /* Found a chatroom matching the specified ID */ |