diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-11 10:46:07 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-08 12:04:56 +0800 |
commit | 95283d6bffb0b907ec1741c6c685e7fe67d701a0 (patch) | |
tree | 63e0fce0dee7c150a9b0218189ce4030814893a4 /libempathy | |
parent | 9cf8d924a615ead7f3e74644d0b9d39532645649 (diff) | |
download | gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar.gz gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar.bz2 gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar.lz gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar.xz gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.tar.zst gsoc2013-empathy-95283d6bffb0b907ec1741c6c685e7fe67d701a0.zip |
Add UI to blocking confirmation dialog for future "report as abusive" function
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-contact-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h index 683974906..8be93baf9 100644 --- a/libempathy/empathy-contact-list.h +++ b/libempathy/empathy-contact-list.h @@ -40,6 +40,7 @@ typedef enum { EMPATHY_CONTACT_LIST_CAN_ALIAS = 1 << 2, EMPATHY_CONTACT_LIST_CAN_GROUP = 1 << 3, EMPATHY_CONTACT_LIST_CAN_BLOCK = 1 << 4, + EMPATHY_CONTACT_LIST_CAN_REPORT_ABUSIVE = 1 << 5, } EmpathyContactListFlags; typedef struct _EmpathyContactListIface EmpathyContactListIface; |