aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-message-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 22:58:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 23:02:54 +0800
commit9db18eddff2b697256b6fcde7bbcb57bcef5c48d (patch)
treeeff2ece34f59ef10b00e9cd6ab4e05d5c184dbf1 /libempathy-gtk/empathy-new-message-dialog.c
parente3e5ad3b663cd9c4c7df7fbfe4a4bdaf171f6063 (diff)
downloadgsoc2013-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 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 509438575..21480a787 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -66,7 +66,7 @@ empathy_new_message_dialog_response (GtkDialog *dialog, int response_id)
if (response_id != GTK_RESPONSE_ACCEPT) goto out;
contact_id = empathy_contact_selector_dialog_get_selected (
- EMPATHY_CONTACT_SELECTOR_DIALOG (dialog), &connection);
+ EMPATHY_CONTACT_SELECTOR_DIALOG (dialog), &connection, NULL);
if (EMP_STR_EMPTY (contact_id) || connection == NULL) goto out;