From bfe65ea1e4b3366ba065127dee1be92058b42400 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Apr 2020 21:09:51 -0600 Subject: improve understanding by using an actions label, not its path, in the bindings collision dialog --- libs/gtkmm2ext/bindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/gtkmm2ext/bindings.cc b/libs/gtkmm2ext/bindings.cc index a325ac8b05..e54534f647 100644 --- a/libs/gtkmm2ext/bindings.cc +++ b/libs/gtkmm2ext/bindings.cc @@ -1068,7 +1068,7 @@ Bindings::bound_name (KeyboardKey const& kb, Operation op) const if (b == km.end()) { return ""; } - return b->second.action_name; + return b->second.action->get_label(); } bool -- cgit v1.2.3