aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-09 21:53:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:41 +0800
commit1accacab8c375482d6bd16de400529e333c8078f (patch)
tree65a7c5d7cdcb1c4208199beb4f7127407280adfc /libempathy-gtk/empathy-contact-list-store.h
parenta15866686e0851f4951144f0d7a6118e963b605d (diff)
downloadgsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar.gz
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar.bz2
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar.lz
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar.xz
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.tar.zst
gsoc2013-empathy-1accacab8c375482d6bd16de400529e333c8078f.zip
Create a fake 'Favorites People' group
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 75efa71a0..144113cc1 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -68,6 +68,7 @@ typedef enum {
} EmpathyContactListStoreCol;
#define EMPATHY_CONTACT_LIST_STORE_UNGROUPED _("Ungrouped")
+#define EMPATHY_CONTACT_LIST_STORE_FAVORITE _("Favorites People")
struct _EmpathyContactListStore {
GtkTreeStore parent;