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 --- libempathy-gtk/empathy-new-message-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-new-message-dialog.c') 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; -- cgit v1.2.3