summaryrefslogtreecommitdiff
path: root/src/gui/menus/menubar.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-06-01 21:00:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-06-01 21:00:45 (GMT)
commita689ebb776c6c95ae806e6449e0c90019fbb8a17 (patch)
treed092f0e91441fe76a45d041509d41fc0fea32dc5 /src/gui/menus/menubar.c
parent95773bfde8a6915fcd206286b433dca38883b736 (diff)
Populated the help menu.
Diffstat (limited to 'src/gui/menus/menubar.c')
-rw-r--r--src/gui/menus/menubar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/menus/menubar.c b/src/gui/menus/menubar.c
index a6bfbcc..08e9e5e 100644
--- a/src/gui/menus/menubar.c
+++ b/src/gui/menus/menubar.c
@@ -254,7 +254,7 @@ GEditorItem *g_menu_bar_new(GObject *ref)
/* Aide */
- result->help = build_menu_help(ref);
+ result->help = build_menu_help();
gtk_container_add(GTK_CONTAINER(item->widget), result->help);
return G_EDITOR_ITEM(result);