aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-popup.c')
-rw-r--r--mail/em-popup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c
index 9c9ed7a369..1928192904 100644
--- a/mail/em-popup.c
+++ b/mail/em-popup.c
@@ -691,7 +691,7 @@ emp_standard_menu_factory(EPopup *emp, void *data)
}
if (open_menus)
- e_popup_add_items(emp, open_menus, emp_apps_popup_free, NULL);
+ e_popup_add_items(emp, open_menus, NULL, emp_apps_popup_free, NULL);
g_string_free(label, TRUE);
g_list_free(apps);
@@ -711,7 +711,7 @@ emp_standard_menu_factory(EPopup *emp, void *data)
}
if (menus)
- e_popup_add_items(emp, menus, emp_standard_items_free, NULL);
+ e_popup_add_items(emp, menus, NULL, emp_standard_items_free, NULL);
}
/* ********************************************************************** */