Don't remove data.grid twice

This commit is contained in:
Alexander Larsson 2012-05-11 15:39:39 +02:00
parent b56d38b78d
commit 3ecb5b4bc4

View file

@ -224,7 +224,6 @@ public class Contacts.View : Contacts.Sorted {
data.grid.destroy ();
data.label.destroy ();
data.image_frame.destroy ();
this.remove (data.grid);
contacts.unset (c);
}