[gnome-contacts] Fix typo in individuals_changes
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Fix typo in individuals_changes
- Date: Tue, 6 Sep 2011 11:49:30 +0000 (UTC)
commit d6fe28dc29be29a8c813c60d1f393c1bc075fbb3
Author: Alexander Larsson <alexl redhat com>
Date: Mon Sep 5 21:40:02 2011 +0200
Fix typo in individuals_changes
src/contacts-store.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-store.vala b/src/contacts-store.vala
index fcdcae2..be4b038 100644
--- a/src/contacts-store.vala
+++ b/src/contacts-store.vala
@@ -74,7 +74,7 @@ public class Contacts.Store : GLib.Object {
found_one_replacement = true;
var c = Contact.from_individual (old_individual);
if (c != null) {
- c.replace_individual (old_individual);
+ c.replace_individual (replacement);
} else {
// TODO: This should not really happen, but seems to do anyway
this.add (new Contact (this, replacement));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]