aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
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);