aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/eab-composer-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/eab-composer-util.c')
-rw-r--r--addressbook/gui/component/eab-composer-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/eab-composer-util.c b/addressbook/gui/component/eab-composer-util.c
index b7daa3dddc..943225b011 100644
--- a/addressbook/gui/component/eab-composer-util.c
+++ b/addressbook/gui/component/eab-composer-util.c
@@ -117,7 +117,7 @@ eab_send_as_attachment (GList *destinations)
GList *contacts, *iter;
gchar *data;
- if (contacts == NULL)
+ if (destinations == NULL)
return;
composer = e_msg_composer_new ();