From ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Jun 2012 16:52:01 -0400 Subject: Reduce diff noise with 'account-mgmt' branch. One last time. --- addressbook/gui/merging/eab-contact-merging.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'addressbook/gui') 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); -- cgit v1.2.3