aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-11 13:17:48 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-11 13:17:48 +0800
commit068551e68046f42a8278c01186e10fb1142493f9 (patch)
tree58ea49eb835fed0fae9e8ad545210d80d241ff78 /libempathy/empathy-individual-manager.h
parentca4aa4562c34e3f5c95a2bc39c7279c6ee3ae724 (diff)
downloadgsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar.gz
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar.bz2
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar.lz
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar.xz
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.tar.zst
gsoc2013-empathy-068551e68046f42a8278c01186e10fb1142493f9.zip
Add confirmation dialog to Remove
Also includes the future Report Abusive check box, so that all the strings are in place now.
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r--libempathy/empathy-individual-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h
index 5d9e3e777..cace94794 100644
--- a/libempathy/empathy-individual-manager.h
+++ b/libempathy/empathy-individual-manager.h
@@ -43,6 +43,7 @@ G_BEGIN_DECLS
EMPATHY_INDIVIDUAL_MANAGER_CAN_ALIAS = 1 << 2,
EMPATHY_INDIVIDUAL_MANAGER_CAN_GROUP = 1 << 3,
EMPATHY_INDIVIDUAL_MANAGER_CAN_BLOCK = 1 << 4,
+ EMPATHY_INDIVIDUAL_MANAGER_CAN_REPORT_ABUSIVE = 1 << 5,
} EmpathyIndividualManagerFlags;
typedef struct _EmpathyIndividualManager EmpathyIndividualManager;