diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-10 22:58:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-10 23:02:54 +0800 |
commit | 9db18eddff2b697256b6fcde7bbcb57bcef5c48d (patch) | |
tree | eff2ece34f59ef10b00e9cd6ab4e05d5c184dbf1 /src | |
parent | e3e5ad3b663cd9c4c7df7fbfe4a4bdaf171f6063 (diff) | |
download | gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar.gz gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar.bz2 gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar.lz gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar.xz gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.tar.zst gsoc2013-empathy-9db18eddff2b697256b6fcde7bbcb57bcef5c48d.zip |
empathy_contact_selector_dialog_get_selected: allow to get the account as well
Diffstat (limited to 'src')
-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 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); |