diff options
Diffstat (limited to 'e-util/e-menu-tool-action.c')
-rw-r--r-- | e-util/e-menu-tool-action.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-menu-tool-action.c b/e-util/e-menu-tool-action.c index 29fe4d5a74..bc4e9b23c9 100644 --- a/e-util/e-menu-tool-action.c +++ b/e-util/e-menu-tool-action.c @@ -52,6 +52,8 @@ e_menu_tool_action_new (const gchar *name, return g_object_new ( E_TYPE_MENU_TOOL_ACTION, - "name", name, "label", label, "tooltip", - tooltip, NULL); + "name", name, + "label", label, + "tooltip", tooltip, + NULL); } |