summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-11 21:09:51 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-12 08:57:59 -0600
commitbfe65ea1e4b3366ba065127dee1be92058b42400 (patch)
tree3a94cf44d9aca58dbbbf2f042ff7457ec61a2cda /libs
parent134b2162ba4327508e4eea4b3e3d16d5c2764c30 (diff)
improve understanding by using an actions label, not its path, in the bindings collision dialog
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/bindings.cc2
1 files changed, 1 insertions, 1 deletions
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