summaryrefslogtreecommitdiffstats
path: root/src/gui/Ephraim.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Ephraim.vala')
-rw-r--r--src/gui/Ephraim.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Ephraim.vala b/src/gui/Ephraim.vala
index cf87965..0b50ff4 100644
--- a/src/gui/Ephraim.vala
+++ b/src/gui/Ephraim.vala
@@ -22,7 +22,7 @@ public class Ephraim {
quitItem.activate.connect(() => window.visible = false);
unowned Gtk.TreeView rosterView = builder.get_object("Roster") as Gtk.TreeView;
- rosterView.set_model(roster.get_default_group());
+ rosterView.set_model(roster);
rosterView.append_column(new Gtk.TreeViewColumn.with_attributes("Contact", new CellRendererContact(), "contact", 0, null));