~ubuntu-branches/ubuntu/feisty/gossip-telepathy/feisty

« back to all changes in this revision

Viewing changes to src/gossip-account-chooser.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-19 18:27:46 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070119182746-oqgke19pjy1ttdt2
Tags: 0.23~svn20070119-0ubuntu1
New SVN checkout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
                                              account_chooser_protocol_disconnected_cb,
142
142
                                              account_chooser);
143
143
 
 
144
        g_object_unref (priv->session);
 
145
        g_object_unref (priv->account_manager);
 
146
 
144
147
        G_OBJECT_CLASS (gossip_account_chooser_parent_class)->finalize (object);
145
148
}
146
149