aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-07-15 22:00:42 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-15 22:00:42 +0800
commit284af952a6644b052dad4aa131175c14658312f7 (patch)
treea2a0dee80f898dec1842297623939d0a46ce74ef /libempathy-gtk/empathy-contact-list-view.h
parent990ce28bd4ec033c6b378d9f1324159c137fc48e (diff)
downloadgsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar.gz
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar.bz2
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar.lz
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar.xz
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.tar.zst
gsoc2013-empathy-284af952a6644b052dad4aa131175c14658312f7.zip
Blink the status icon when a contact has an event.
svn path=/trunk/; revision=1247
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.h b/libempathy-gtk/empathy-contact-list-view.h
index 82990d64f..e7d7769b7 100644
--- a/libempathy-gtk/empathy-contact-list-view.h
+++ b/libempathy-gtk/empathy-contact-list-view.h
@@ -54,7 +54,8 @@ typedef enum {
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 << 4,
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 << 5,
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP = 1 << 6,
- EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 7) - 1,
+ EMPATHY_CONTACT_LIST_FEATURE_CONTACT_EVENTS = 1 << 7,
+ EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 8) - 1,
} EmpathyContactListFeatureFlags;
struct _EmpathyContactListView {