aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:59:37 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:59:37 +0800
commit8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6 (patch)
tree8f18f9640bb74be5396ea9404f4a666e2f144d69 /src/empathy-chatrooms-window.c
parent395e69cf663ec73e2041ab458ab3afaf862e55f4 (diff)
downloadgsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar.gz
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar.bz2
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar.lz
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar.xz
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.tar.zst
gsoc2013-empathy-8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6.zip
chatrooms-window: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-chatrooms-window.c')
-rw-r--r--src/empathy-chatrooms-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c
index 4ec71ec49..278a1d686 100644
--- a/src/empathy-chatrooms-window.c
+++ b/src/empathy-chatrooms-window.c
@@ -308,7 +308,7 @@ chatrooms_window_model_refresh_data (EmpathyChatroomsWindow *window,
GtkTreeIter iter;
GtkTreeViewColumn *column;
EmpathyAccountChooser *account_chooser;
- EmpathyAccount *account;
+ TpAccount *account;
GList *chatrooms, *l;
view = GTK_TREE_VIEW (window->treeview);
@@ -506,7 +506,7 @@ chatrooms_window_chatroom_added_cb (EmpathyChatroomManager *manager,
EmpathyChatroomsWindow *window)
{
EmpathyAccountChooser *account_chooser;
- EmpathyAccount *account;
+ TpAccount *account;
account_chooser = EMPATHY_ACCOUNT_CHOOSER (window->account_chooser);
account = empathy_account_chooser_dup_account (account_chooser);