diff options
Diffstat (limited to 'e-util/e-popup.h')
-rw-r--r-- | e-util/e-popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-popup.h b/e-util/e-popup.h index 36d45bcf51..d347b38d62 100644 --- a/e-util/e-popup.h +++ b/e-util/e-popup.h @@ -200,7 +200,7 @@ void e_popup_class_remove_factory(EPopupClass *klass, EPopupFactory *f); EPopup *e_popup_construct(EPopup *, const char *menuid); -void e_popup_add_items(EPopup *, GSList *items, EPopupItemsFunc freefunc, void *data); +void e_popup_add_items(EPopup *, GSList *items, const char *domain, EPopupItemsFunc freefunc, void *data); void e_popup_add_static_items(EPopup *emp, EPopupTarget *target); /* do not call e_popup_create_menu, it can leak structures if not used right */ |