summaryrefslogtreecommitdiff
path: root/src/gui/menus/project.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-18 09:30:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-18 09:30:27 (GMT)
commitc7b064cf1470974aa304d181e1174f9a329d4d49 (patch)
tree2ef5c69b026c979a6496f03bc6ea6e9a923faf46 /src/gui/menus/project.h
parentf225f8af4eff40b5096f512b699571554e54f097 (diff)
Disabled simple accelerators when a text entry gets focus.
Diffstat (limited to 'src/gui/menus/project.h')
-rw-r--r--src/gui/menus/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/menus/project.h b/src/gui/menus/project.h
index 3754914..204846a 100644
--- a/src/gui/menus/project.h
+++ b/src/gui/menus/project.h
@@ -35,7 +35,7 @@
/* Construit le menu "Projet". */
-GtkWidget *build_menu_project(GObject *, GtkAccelGroup *, GMenuBar *);
+GtkWidget *build_menu_project(GObject *, GMenuBar *);
/* Lance une actualisation relative à l'étendue du projet. */
void update_menu_project_for_project(GtkWidget *, GStudyProject *, GMenuBar *);