~ubuntu-branches/ubuntu/utopic/telepathy-rakia/utopic

« back to all changes in this revision

Viewing changes to rakia/text-channel.c

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-05-09 00:21:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120509002134-h56pptxm80rmuevl
Tags: 0.7.4-1
* New upstream release
  - Bump build-dependencies
* debian/control:
  - Bump Standards-Version to 3.9.3 (no further changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
                            DBusGMethodInvocation *context)
576
576
{
577
577
  RakiaTextChannel *self = RAKIA_TEXT_CHANNEL (iface);
578
 
  RakiaTextChannelPrivate *priv = RAKIA_TEXT_CHANNEL_GET_PRIVATE (self);
579
 
  TpHandleRepoIface *contact_handles;
580
 
 
581
 
  contact_handles = tp_base_connection_get_handles (
582
 
      (TpBaseConnection *) priv->conn, TP_HANDLE_TYPE_CONTACT);
583
578
 
584
579
  tp_message_mixin_clear ((GObject *) iface);
585
580