diff options
Diffstat (limited to 'e-util/e-menu-tool-action.h')
-rw-r--r-- | e-util/e-menu-tool-action.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-menu-tool-action.h b/e-util/e-menu-tool-action.h index c820a610d9..1cb16a77aa 100644 --- a/e-util/e-menu-tool-action.h +++ b/e-util/e-menu-tool-action.h @@ -66,8 +66,7 @@ GType e_menu_tool_action_get_type (void) G_GNUC_CONST; EMenuToolAction * e_menu_tool_action_new (const gchar *name, const gchar *label, - const gchar *tooltip, - const gchar *stock_id); + const gchar *tooltip); G_END_DECLS |