summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-06-12 11:26:55 +0200
committerAlexander Larsson <alexl@redhat.com>2013-06-12 11:26:55 +0200
commit40108664a56e5615a60722e678d6340ae81192a3 (patch)
treed6f270fa8aee60e176299e6ffd26899c5e0b18fd /src/contacts-list-pane.vala
parenta695204f9d9d421bd7c7e19a5d33c54459bff1f9 (diff)
downloadgnome-contacts-40108664a56e5615a60722e678d6340ae81192a3.tar.gz
View: Convert from EggListBox to GtkListBox
This is a straight conversion, plus we use the new placeholder frame to show a label when the search filters everything.
Diffstat (limited to 'src/contacts-list-pane.vala')
-rw-r--r--src/contacts-list-pane.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 9ed9e72..9686653 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -112,8 +112,8 @@ public class Contacts.ListPane : Frame {
selection_changed (contact);
});
- contacts_view.add_to_scrolled (scrolled);
contacts_view.show_all ();
+ scrolled.add (contacts_view);
scrolled.set_no_show_all (true);
scrolled.show ();