[gnome-contacts] Revert accidental commit *again*



commit 1e9c8630ea863ec758a197e67aeee4baff4b82ed
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Dec 19 16:52:50 2011 +0100

    Revert accidental commit *again*

 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]