~ubuntu-branches/ubuntu/utopic/telepathy-glib/utopic

« back to all changes in this revision

Viewing changes to examples/cm/contactlist/contact-list.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-09-16 15:49:50 UTC
  • mfrom: (60.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140916154950-krvowuvofhu8u6sp
Tags: 0.24.1-1
* New upstream stable release
* debian/copyright: clean up syntax (*.[ch] is unsupported),
  drop deleted files
* debian/watch: only match 0.x versions, 1.0 will be a separate
  source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
838
838
      g_message ("From server: %s has cancelled their publish request",
839
839
          tp_handle_inspect (self->priv->contact_repo, contact));
840
840
 
841
 
      d->publish = FALSE;
842
 
      d->pre_approved = FALSE;
 
841
      if (d)
 
842
        {
 
843
          d->publish = FALSE;
 
844
          d->pre_approved = FALSE;
 
845
        }
 
846
 
843
847
      g_hash_table_remove (self->priv->publish_requests,
844
848
          GUINT_TO_POINTER (contact));
845
849
      tp_handle_set_add (self->priv->cancelled_publish_requests, contact);