~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

Viewing changes to libempathy/empathy-tp-call.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2007-12-04 00:00:31 UTC
  • mto: (6.4.1 sid) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20071204000031-w2os396zoqdbcybt
Tags: upstream-0.21.3
ImportĀ upstreamĀ versionĀ 0.21.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
 
319
319
        priv->group = empathy_tp_group_new (priv->account, priv->tp_chan);
320
320
        priv->streamed_iface = tp_chan_get_interface (priv->tp_chan,
321
 
                                                      TELEPATHY_CHAN_IFACE_STREAMED_QUARK);
 
321
                                                      TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA);
322
322
 
323
323
        /* Connect signals */
324
324
        dbus_g_proxy_connect_signal (priv->streamed_iface, "StreamAdded",