summaryrefslogtreecommitdiff
path: root/gtk2_ardour/latency_gui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-02 23:30:57 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-02 23:30:57 +0000
commit6ea84edab278854bca473f46639c44f494a2e1c6 (patch)
treed6c26c975465b0cacc058955face05cf12774b05 /gtk2_ardour/latency_gui.cc
parentb565ada188a2787a33947f0b06194b835c142e46 (diff)
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
Diffstat (limited to 'gtk2_ardour/latency_gui.cc')
-rw-r--r--gtk2_ardour/latency_gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc
index c7e5693f01..73b6bf1a30 100644
--- a/gtk2_ardour/latency_gui.cc
+++ b/gtk2_ardour/latency_gui.cc
@@ -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);
}