Fix erroneous disabling of timing panel with audio-only sources.
authorCarl Hetherington <cth@carlh.net>
Mon, 2 Dec 2013 00:56:05 +0000 (00:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 2 Dec 2013 00:56:05 +0000 (00:56 +0000)
ChangeLog
src/wx/timing_panel.cc

index fdb9f77fb772ad8704a34fbc3242832730663511..c579b68044b7734a937b5797e863864fda222962 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-02  Carl Hetherington  <cth@carlh.net>
+
+       * Fix erroneous disabling of timing panel with
+       audio-only sources.
+
 2013-11-30  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.39 released.
index b5a0c43d4981ce28bc094a9bec220475d4c727d9..0f9448b6710f5f77291277df07ebc85335a8ec96 100644 (file)
@@ -135,7 +135,7 @@ TimingPanel::trim_end_changed ()
 void
 TimingPanel::content_selection_changed ()
 {
-       VideoContentList sel = _editor->selected_video_content ();
+       ContentList sel = _editor->selected_content ();
        bool const single = sel.size() == 1;
 
        /* Things that are only allowed with single selections */