aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-05-08 19:00:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:17:28 +0800
commit8966178abf5d90f7a3260688f5c490c8ed80b56c (patch)
tree8e08f7793f61bd5c377f7ee16b4aca2f30236a64 /libempathy-gtk/empathy-contact-list-store.h
parent567c6f977d72adfc6f2a4d07311d1403bbb51d0c (diff)
downloadgsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.gz
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.bz2
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.lz
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.xz
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.zst
gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.zip
Show an audio and a video call button
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index e3ed1958a..13ea099b3 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -60,7 +60,8 @@ typedef enum {
EMPATHY_CONTACT_LIST_STORE_COL_IS_ACTIVE,
EMPATHY_CONTACT_LIST_STORE_COL_IS_ONLINE,
EMPATHY_CONTACT_LIST_STORE_COL_IS_SEPARATOR,
- EMPATHY_CONTACT_LIST_STORE_COL_CAN_VOIP,
+ EMPATHY_CONTACT_LIST_STORE_COL_CAN_AUDIO_CALL,
+ EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL,
EMPATHY_CONTACT_LIST_STORE_COL_COUNT
} EmpathyContactListStoreCol;