13
0

Fix from tinram.

git-svn-id: svn://localhost/ardour2/branches/3.0@5329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-07-05 13:47:22 +00:00
parent 40b0b216de
commit 0f8031da06

View File

@ -399,7 +399,7 @@ AddRouteDialog::group_changed ()
} else {
delete g;
route_group_combo.set_active (0);
route_group_combo.set_active (2);
}
}
}