diff main/main.cpp @ 200:1871581e4da9

* Split MainWindow out into MainWindowBase (pane stack management, basic file I/O etc) and MainWindow (widget structure, menus and actions etc)
author Chris Cannam
date Mon, 22 Oct 2007 14:24:31 +0000
parents c08c312b2399
children 9e396b8d7dfc
line wrap: on
line diff
--- a/main/main.cpp	Mon Oct 22 09:45:35 2007 +0000
+++ b/main/main.cpp	Mon Oct 22 14:24:31 2007 +0000
@@ -304,7 +304,7 @@
 
         if (path.endsWith("sv")) {
             if (!haveSession) {
-                status = gui.openSession(path);
+                status = gui.openSessionFile(path);
                 if (status == MainWindow::FileOpenSucceeded) {
                     haveSession = true;
                     haveMainModel = true;