~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to src/empathy-chatrooms-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        GtkTreeIter            iter;
309
309
        GtkTreeViewColumn     *column;
310
310
        EmpathyAccountChooser  *account_chooser;
311
 
        EmpathyAccount        *account;
 
311
        TpAccount             *account;
312
312
        GList                 *chatrooms, *l;
313
313
 
314
314
        view = GTK_TREE_VIEW (window->treeview);
506
506
                                    EmpathyChatroomsWindow *window)
507
507
{
508
508
        EmpathyAccountChooser *account_chooser;
509
 
        EmpathyAccount       *account;
 
509
        TpAccount             *account;
510
510
 
511
511
        account_chooser = EMPATHY_ACCOUNT_CHOOSER (window->account_chooser);
512
512
        account = empathy_account_chooser_dup_account (account_chooser);