[gnome-contacts] Remove weird padding after "Other Contacts" header in list
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Remove weird padding after "Other Contacts" header in list
- Date: Mon, 20 Feb 2012 10:41:04 +0000 (UTC)
commit 52aa12b4d29701a5f3db6b662bc0de294188edac
Author: Alexander Larsson <alexl redhat com>
Date: Mon Feb 20 11:39:02 2012 +0100
Remove weird padding after "Other Contacts" header in list
src/contacts-view.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index ad6969c..e42971b 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -437,6 +437,7 @@ public class Contacts.View : TreeView {
model.get (iter, 0, out contact);
if (contact == null) {
+ cell.set ("pixbuf", null);
cell.visible = false;
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]