aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-30 19:58:02 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-30 19:58:02 +0800
commit00160ff5ab516aa40789b2087a9bac20c55dff50 (patch)
treeedffec46ec3d01b514073ff0d9db5591c701bf23 /libempathy-gtk/empathy-contact-list-view.h
parentad0ec31156a8484e9bf97559c02b16ce69a0c7e2 (diff)
downloadgsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar.gz
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar.bz2
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar.lz
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar.xz
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.tar.zst
gsoc2013-empathy-00160ff5ab516aa40789b2087a9bac20c55dff50.zip
Set a tooltip on contact list view showing EmpathyContactWidget information
svn path=/trunk/; revision=1131
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 39dc5966b..82990d64f 100644
--- a/libempathy-gtk/empathy-contact-list-view.h
+++ b/libempathy-gtk/empathy-contact-list-view.h
@@ -53,7 +53,8 @@ typedef enum {
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_REMOVE = 1 << 3,
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 << 4,
EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 << 5,
- EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 6) - 1,
+ EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP = 1 << 6,
+ EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 7) - 1,
} EmpathyContactListFeatureFlags;
struct _EmpathyContactListView {