X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_route_groups.cc;h=64dc1e414b876d3e497ae47580c19362735bf355;hb=c9f9bb263fc3f96e383216d515c62ac6706b56da;hp=c7a148304b2da1a62d0259ed22b4c9c88d311e56;hpb=6b3d3e2f916a714d5804688605883caadcfd9db0;p=ardour.git diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc index c7a148304b..64dc1e414b 100644 --- a/gtk2_ardour/editor_route_groups.cc +++ b/gtk2_ardour/editor_route_groups.cc @@ -93,18 +93,18 @@ EditorRouteGroups::EditorRouteGroups (Editor* e) Gtk::Label* l; ColumnInfo ci[] = { - { 0, _("Col"), _("Group Tab Color") }, - { 1, _("Name"), _("Name of Group") }, - { 2, _("V"), _("Group is visible?") }, - { 3, _("On"), _("Group is enabled?") }, - { 4, S_("group|G"), _("Sharing Gain?") }, - { 5, S_("relative|Rel"), _("Relative Gain Changes?") }, - { 6, S_("mute|M"), _("Sharing Mute?") }, - { 7, S_("solo|S"), _("Sharing Solo?") }, - { 8, _("Rec"), _("Sharing Record-enable Status?") }, - { 9, S_("monitoring|Mon"), _("Sharing Monitoring Choice?") }, - { 10, S_("selection|Sel"), _("Sharing Selected/Editing Status?") }, - { 11, S_("active|A"), _("Sharing Active Status?") }, + { 0, _("Col"), _("Group Tab Color") }, + { 1, _("Name"), _("Name of Group") }, + { 2, S_("Visible|V"), _("Group is visible?") }, + { 3, _("On"), _("Group is enabled?") }, + { 4, S_("Group|G"), _("Sharing Gain?") }, + { 5, S_("Relative|Rel"), _("Relative Gain Changes?") }, + { 6, S_("Mute|M"), _("Sharing Mute?") }, + { 7, S_("Solo|S"), _("Sharing Solo?") }, + { 8, _("Rec"), _("Sharing Record-enable Status?") }, + { 9, S_("Monitoring|Mon"), _("Sharing Monitoring Choice?") }, + { 10, S_("Selection|Sel"), _("Sharing Selected/Editing Status?") }, + { 11, S_("Active|A"), _("Sharing Active Status?") }, { -1, 0, 0 } }; @@ -272,7 +272,6 @@ EditorRouteGroups::button_press_event (GdkEventButton* ev) case RESPONSE_ACCEPT: c = color_dialog.get_colorsel()->get_current_color(); GroupTabs::set_group_color (group, gdk_color_to_rgba (c)); - ARDOUR_UI::config()->set_dirty (); break; default: @@ -473,6 +472,7 @@ EditorRouteGroups::groups_changed () void EditorRouteGroups::property_changed (RouteGroup* group, const PropertyChange&) { + assert(group); _in_row_change = true; Gtk::TreeModel::Children children = _model->children();