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

« back to all changes in this revision

Viewing changes to src/gossip-contact-list.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:
2939
2939
                                      gboolean           show_offline)
2940
2940
{
2941
2941
        GossipContactListPriv *priv;
2942
 
        GossipSession         *session;
2943
2942
        const GList           *contacts;
2944
2943
        const GList           *l;
2945
2944
        gboolean               show_active;
2954
2953
        /* Disable temporarily. */
2955
2954
        priv->show_active = FALSE;
2956
2955
 
2957
 
        session = priv->session;
2958
 
        contacts = gossip_session_get_contacts (session);
 
2956
        contacts = gossip_session_get_contacts (priv->session);
2959
2957
        for (l = contacts; l; l = l->next) {
2960
2958
                GossipContact *contact;
2961
2959