diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-22 15:37:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-22 15:37:03 +0800 |
commit | 10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f (patch) | |
tree | 909111364ab6a7a85ba1dec198c4f16fddbe3234 /addressbook/gui/component/select-names | |
parent | cd453acb04a6ccca20028f325d786980b570cad4 (diff) | |
download | gsoc2013-evolution-10dcefa28d4412fb7fd9bfed2588dd4b675bfb1f.tar.gz 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/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index bc8b6194e0..deed0dc875 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -712,7 +712,7 @@ section_right_click_cb (ETable *et, int row, int col, GdkEvent *ev, ESelectNames for (i=0;i<sizeof(esn_select_popups)/sizeof(esn_select_popups[0]);i++) menus = g_slist_prepend(menus, &esn_select_popups[i]); - e_popup_add_items((EPopup *)ep, menus, esn_select_popup_free, NULL); + e_popup_add_items((EPopup *)ep, menus, NULL, esn_select_popup_free, NULL); menu = e_popup_create_menu_once((EPopup *)ep, (EPopupTarget *)t, 0); gtk_menu_popup(menu, NULL, NULL, NULL, NULL, ev->button.button, ev->button.time); |