13
0

main.cc: conditional compile for startup dialog since it makes MIDI Clock ticker crash on startup (race?)

git-svn-id: svn://localhost/ardour2/branches/3.0@4840 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-03-16 14:25:06 +00:00
parent 8cbf97c27c
commit 4627ab1048

View File

@ -382,7 +382,9 @@ int main (int argc, char *argv[])
exit (1);
}
#ifdef SOMEBODY_WANTS_TO_FIX_THIS
ui->run_startup ();
#endif
ui->run (text_receiver);
ui = 0;