create_action_group -> get_or_create_action_group
authorRobin Gareus <robin@gareus.org>
Sat, 11 Mar 2017 14:32:55 +0000 (15:32 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 11 Mar 2017 14:33:24 +0000 (15:33 +0100)
commitd6d1074565547f40dc46be7e6465c1085d639ce7
tree4e70ec924e89cf483521f45b8ede5e7fcf2630ef
parent2d595b90d76be2aa6874da23fc78c29219063247
create_action_group -> get_or_create_action_group

Since adding an action-groups hides existing actions with the same name,
this adds a way to look up actions first.

This fixes an issue introduced in 6af51b52ffd6 (both window_manager.cc
and ardour_ui_ed.cc use the "Window" group.
libs/gtkmm2ext/bindings.cc