diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/eab-composer-util.c | 2 |
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 (); |