diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-08 16:48:50 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-08 16:48:50 +0800 |
commit | 6275c48f6ca11c9b31240fdfbfe2e508b6628f7e (patch) | |
tree | 34d97480dfff375c6523802ab92858b839e37124 /libempathy-gtk/empathy-individual-menu.h | |
parent | 2c6d8d25592d553254f7a110b53f59bbde5b916b (diff) | |
download | gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar.gz gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar.bz2 gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar.lz gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar.xz gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.tar.zst gsoc2013-empathy-6275c48f6ca11c9b31240fdfbfe2e508b6628f7e.zip |
move 'Remove' item code to individual-menu
There is no reason to not have it implemented like all the other menu items.
Furtermore, having the logic in individual-menu.c will make it easier to use
from the new roster view.
Diffstat (limited to 'libempathy-gtk/empathy-individual-menu.h')
-rw-r--r-- | libempathy-gtk/empathy-individual-menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-menu.h b/libempathy-gtk/empathy-individual-menu.h index a2187da6b..332433f89 100644 --- a/libempathy-gtk/empathy-individual-menu.h +++ b/libempathy-gtk/empathy-individual-menu.h @@ -41,6 +41,7 @@ typedef enum { EMPATHY_INDIVIDUAL_FEATURE_CALL_PHONE = 1 << 7, EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT = 1 << 8, EMPATHY_INDIVIDUAL_FEATURE_BLOCK = 1 << 9, + EMPATHY_INDIVIDUAL_FEATURE_REMOVE = 1 << 10, } EmpathyIndividualFeatureFlags; #define EMPATHY_TYPE_INDIVIDUAL_MENU (empathy_individual_menu_get_type ()) |