aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-10 00:14:43 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:42 +0800
commit18c1a21f066f5077ff487ffb92554fd1539ff997 (patch)
tree927020ebe24ac491d615366a37e589cd7aa3cac7 /libempathy-gtk/empathy-contact-list-store.h
parenta1aabfa9396be10ba988a84d3e7aac0ec6f10ffa (diff)
downloadgsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar.gz
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar.bz2
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar.lz
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar.xz
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.tar.zst
gsoc2013-empathy-18c1a21f066f5077ff487ffb92554fd1539ff997.zip
contact-list-store: add a column saying if a group is a fake one or not
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index 144113cc1..ec8aa3a13 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -64,6 +64,7 @@ typedef enum {
EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL,
EMPATHY_CONTACT_LIST_STORE_COL_FLAGS,
EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE,
+ EMPATHY_CONTACT_LIST_STORE_COL_IS_FAKE_GROUP,
EMPATHY_CONTACT_LIST_STORE_COL_COUNT,
} EmpathyContactListStoreCol;