From 9db18eddff2b697256b6fcde7bbcb57bcef5c48d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 10 Aug 2010 16:58:45 +0200 Subject: empathy_contact_selector_dialog_get_selected: allow to get the account as well --- src/empathy-chat-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 8c2eed6b1..e80d38298 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -934,7 +934,7 @@ chat_window_invite_participant_activate_cb (GtkAction *action, const char *id; id = empathy_contact_selector_dialog_get_selected ( - EMPATHY_CONTACT_SELECTOR_DIALOG (dialog), NULL); + EMPATHY_CONTACT_SELECTOR_DIALOG (dialog), NULL, NULL); if (EMP_STR_EMPTY (id)) goto out; connection = tp_channel_borrow_connection (channel); -- cgit v1.2.3