Revert completely broken recent attempted fix of mine; stops segfault on clicking in the tracks/busses windoww's track list.

git-svn-id: svn://localhost/ardour2/branches/3.0@8411 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-02 23:30:57 +00:00
parent b565ada188
commit 6ea84edab2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ LatencyGUI::LatencyGUI (Latent& l, framepos_t sr, framepos_t psz)
{
Widget* w;
if (!unit_strings.empty()) {
if (unit_strings.empty()) {
unit_strings = I18N (_unit_strings);
}