new startup assistant/wizard; unfinished; can potentially interfere with your normal session startup. no comments other than aesthetics, please (which are not ideal at present); a few fixes to waf-based scripts

git-svn-id: svn://localhost/ardour2/branches/3.0@4729 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-03-04 23:06:18 +00:00
parent 3bea6df989
commit 922e79c94a
9 changed files with 632 additions and 54 deletions

View file

@ -382,6 +382,8 @@ int main (int argc, char *argv[])
exit (1);
}
ui->run_startup ();
ui->run (text_receiver);
ui = 0;