diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index 2302761812..f13b66d1c4 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -126,7 +126,9 @@ final_id_cb (EBookClient *book_client, EContactMergingLookup *lookup = closure; if (lookup->id_cb) - lookup->id_cb (lookup->book_client, error, id, lookup->closure); + lookup->id_cb ( + lookup->book_client, + error, id, lookup->closure); free_lookup (lookup); |