aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-popup.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-07-06 12:11:14 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-07-06 12:11:14 +0800
commit4d41f5fc92fa62785cdde58fd81c136960490363 (patch)
tree2feca051279067d04763d8c423ad4a4cffcfe287 /addressbook/gui/widgets/eab-popup.h
parente7faa9958236bf7f91f9c55c3cec4ecca87cd3c8 (diff)
downloadgsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar.gz
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar.bz2
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar.lz
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar.xz
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.tar.zst
gsoc2013-evolution-4d41f5fc92fa62785cdde58fd81c136960490363.zip
Fixed for bug 309245. Fixes the bug 206774, 242154. Fixes the bug 206774,
2005-07-06 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/eab-gui-util.c: (contact_added_cb): Fixed for bug 309245. * /gui/widgets/e-addressbook-view.c: Fixes the bug 206774, 242154. * gui/widgets/eab-popup.c: (eab_popup_target_new_select) Fixes the bug 206774, 242154. * gui/widgets/eab-popup.h: Fixes the bug 206774, 242154. svn path=/trunk/; revision=29641
Diffstat (limited to 'addressbook/gui/widgets/eab-popup.h')
-rw-r--r--addressbook/gui/widgets/eab-popup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-popup.h b/addressbook/gui/widgets/eab-popup.h
index 20aab2edfe..11e46f4c8c 100644
--- a/addressbook/gui/widgets/eab-popup.h
+++ b/addressbook/gui/widgets/eab-popup.h
@@ -65,6 +65,8 @@ enum _eab_popup_target_select_t {
EAB_POPUP_SELECT_ANY = 1<<2,
EAB_POPUP_SELECT_EDITABLE = 1<<3,
EAB_POPUP_SELECT_EMAIL = 1<<4,
+ EAB_POPUP_LIST = 1<<5,
+ EAB_POPUP_CONTACT = 1<<6,
};
/**