aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-view.c
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/component/addressbook-view.c
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/component/addressbook-view.c')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index 48a912c062..e034e08753 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -782,7 +782,7 @@ popup_event_callback(ESourceSelector *selector, ESource *source, GdkEventButton
for (i=0;i<sizeof(abv_source_popups)/sizeof(abv_source_popups[0]);i++)
menus = g_slist_prepend(menus, &abv_source_popups[i]);
- e_popup_add_items((EPopup *)ep, menus, abv_source_popup_free, view);
+ e_popup_add_items((EPopup *)ep, menus, NULL, abv_source_popup_free, view);
menu = e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0);
gtk_menu_popup(menu, NULL, NULL, NULL, NULL, event?event->button:0, event?event->time:gtk_get_current_event_time());