aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-22 15:37:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-22 15:37:03 +0800
commit10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f (patch)
tree909111364ab6a7a85ba1dec198c4f16fddbe3234 /addressbook/gui/widgets
parentcd453acb04a6ccca20028f325d786980b570cad4 (diff)
downloadgsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.gz
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.bz2
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.lz
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.xz
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.zst
gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.zip
api changes.
2004-12-17 Not Zed <NotZed@Ximian.com> * util/ea-popup.c (emp_standard_menu_factory): * gui/component/select-names/e-select-names.c (section_right_click_cb): * gui/component/addressbook-view.c (popup_event_callback): * gui/widgets/e-addressbook-view.c (do_popup_menu): api changes. svn path=/trunk/; revision=28176
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index ab65a87734..0364f3c005 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -990,7 +990,7 @@ do_popup_menu(EABView *view, GdkEvent *event)
for (i=0;i<sizeof(eabv_popup_items)/sizeof(eabv_popup_items[0]);i++)
menus = g_slist_prepend(menus, &eabv_popup_items[i]);
- e_popup_add_items((EPopup *)ep, menus, eabv_popup_free, contact_and_book);
+ e_popup_add_items((EPopup *)ep, menus, NULL, eabv_popup_free, contact_and_book);
menu = e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0);
gtk_menu_popup(menu, NULL, NULL, NULL, NULL, event?event->button.button:0, event?event->button.time:gtk_get_current_event_time());