diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 04:52:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 04:52:01 +0800 |
commit | ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d (patch) | |
tree | 55a3020880ccdde5a4a53bb7649d4f3efc5e2de2 /addressbook/gui | |
parent | 184ec36d35db3c2e0377a1845390070a23a7cf64 (diff) | |
download | gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar.gz gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar.bz2 gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar.lz gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar.xz gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.tar.zst gsoc2013-evolution-ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d.zip |
Reduce diff noise with 'account-mgmt' branch.
One last time.
Diffstat (limited to 'addressbook/gui')
-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); |