[gnome-contacts] Revert accidental commit



commit 664d90ae91fc7f94ffca314818bd9b9c5dd1507b
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Dec 19 16:10:50 2011 +0100

    Revert accidental commit

 src/contacts-app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 33fdaca..f03fa12 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -141,7 +141,7 @@ public class Contacts.App : Gtk.Application {
       notification.show ();
       ulong id;
       id = notification.destroy.connect ( () => {
-	  //contacts_store.aggregator.remove_individual (c.individual);
+	contacts_store.aggregator.remove_individual (c.individual);
       });
       notification.actioned.connect ( () => {
 	notification.disconnect (id);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]