summaryrefslogtreecommitdiffstats
path: root/src/gui/Ephraim.vala
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 05:54:08 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 05:54:08 +0200
commit942602b35337c5df91f61001e46970c59ddcfc15 (patch)
tree13998b70f5476cde8785608cace12d43482776f8 /src/gui/Ephraim.vala
parent3bb13593695d1db50885588cd96e1be85f5a8e45 (diff)
downloadephraim-942602b35337c5df91f61001e46970c59ddcfc15.tar
ephraim-942602b35337c5df91f61001e46970c59ddcfc15.zip
Decode contact groups
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));