summaryrefslogtreecommitdiffstats
path: root/src/gui/Ephraim.vala
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-08-19 00:07:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-08-19 00:07:09 +0200
commit57a0ca523f0e3a2aa4355636b7ccf60d33f8aaf7 (patch)
tree28fd4791f5cf93a716197c31e919466fddf1daa1 /src/gui/Ephraim.vala
parentacd7d39f7fa7d868d95abda956347cd8496b32e0 (diff)
downloadephraim-57a0ca523f0e3a2aa4355636b7ccf60d33f8aaf7.tar
ephraim-57a0ca523f0e3a2aa4355636b7ccf60d33f8aaf7.zip
Renamed Roster class to ContactList as it will also be used for the MUC participant list
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();