~ubuntu-branches/ubuntu/maverick/telepathy-salut/maverick

« back to all changes in this revision

Viewing changes to src/salut-muc-channel.c

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2009-09-10 10:50:03 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910105003-0kn45hhoocf4m37i
* New upstream release
* Bump build-dependency versions to Python 2.5 and telepathy-glib 0.7.36
* Standards-Version: 3.8.3 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1182
1182
          SalutTubeIface *tube;
1183
1183
 
1184
1184
          tube = g_ptr_array_index (tubes, i);
1185
 
          if (SALUT_IS_TUBE_STREAM (tube))
1186
 
            /* FIXME: remove this test once D-Tube implements new API */
1187
 
            g_hash_table_insert (channels, tube, NULL);
 
1185
          g_hash_table_insert (channels, tube, NULL);
1188
1186
        }
1189
1187
 
1190
1188
      if (g_hash_table_size (channels) > 0)