diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:59:37 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:59:37 +0800 |
commit | 8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6 (patch) | |
tree | 8f18f9640bb74be5396ea9404f4a666e2f144d69 | |
parent | 395e69cf663ec73e2041ab458ab3afaf862e55f4 (diff) | |
download | gsoc2013-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>
-rw-r--r-- | src/empathy-chatrooms-window.c | 4 |
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); |