~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-contact-widget.h

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-01-19 11:46:18 UTC
  • mfrom: (1.1.85)
  • Revision ID: package-import@ubuntu.com-20120119114618-zlw2z7fk0hxj60px
Tags: 3.3.4-0ubuntu1
* New upstream release
* refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS = 1 << 7,
64
64
  EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 8,
65
65
  EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9,
 
66
  EMPATHY_CONTACT_WIDGET_NO_STATUS    = 1 << 10,
66
67
} EmpathyContactWidgetFlags;
67
68
 
68
69
GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,