Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / editor_videotimeline.cc
index e9360d9d09e457e690f9977df0e559cf8a00c900..ce373f0406dc47aba72147ee2d0c70bf517fbf4b 100644 (file)
@@ -140,7 +140,7 @@ Editor::export_video ()
                                break;
                }
        }
-       ExportVideoDialog dialog (*this, _session);
+       ExportVideoDialog dialog (_session, get_selection().time);
        Gtk::ResponseType r = (Gtk::ResponseType) dialog.run();
        dialog.hide();
 #if 0