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 b0e2571..5801966 100644
--- a/src/gui/Ephraim.vala
+++ b/src/gui/Ephraim.vala
@@ -20,7 +20,7 @@ public class Ephraim {
Gee.TreeMap<string, Conversation> conversations = new Gee.TreeMap<string, Conversation>();
unowned Gtk.Notebook conversationNotebook = builder.get_object("Conversations") as Gtk.Notebook;
- Roster roster = new Roster(rosterView);
+ ContactList roster = new ContactList(rosterView);
CoreConnector coreconn = new CoreConnector();