diff options
Diffstat (limited to 'examples/bloatpad.c')
-rw-r--r-- | examples/bloatpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bloatpad.c b/examples/bloatpad.c index 315ec12a65..2c23ea0fa0 100644 --- a/examples/bloatpad.c +++ b/examples/bloatpad.c @@ -208,7 +208,7 @@ static void bloat_pad_init (BloatPad *app) { g_application_set_action_group (G_APPLICATION (app), get_actions ()); - g_application_set_menu (G_APPLICATION (app), get_menu ()); + g_application_set_app_menu (G_APPLICATION (app), get_menu ()); } static void |