summaryrefslogtreecommitdiff
path: root/src/gui/panels/symbols.c
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/panels/symbols.c
parentf225f8af4eff40b5096f512b699571554e54f097 (diff)
Disabled simple accelerators when a text entry gets focus.
Diffstat (limited to 'src/gui/panels/symbols.c')
-rw-r--r--src/gui/panels/symbols.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/panels/symbols.c b/src/gui/panels/symbols.c
index ab138e8..74d1cf9 100644
--- a/src/gui/panels/symbols.c
+++ b/src/gui/panels/symbols.c
@@ -38,6 +38,7 @@
#include "panel-int.h"
#include "updating-int.h"
+#include "../agroup.h"
#include "../core/global.h"
#include "../../common/extstr.h"
#include "../../core/paths.h"
@@ -380,6 +381,7 @@ static void g_symbols_panel_init(GSymbolsPanel *panel)
"reorganize_symbols_tree_view", G_CALLBACK(reorganize_symbols_tree_view),
"on_symbols_filter_changed", G_CALLBACK(on_symbols_filter_changed),
"on_symbols_selection_change", G_CALLBACK(on_symbols_selection_change),
+ "track_focus_change_in_text_area", G_CALLBACK(track_focus_change_in_text_area),
NULL);
gtk_builder_connect_signals(builder, panel);