return to file-conditional for pre-release dialog
This commit is contained in:
parent
c2094085e3
commit
05cb6197a6
@ -91,7 +91,7 @@ StartupFSM::StartupFSM (EngineControl& amd)
|
|||||||
* WaitingForSessionPath: if the previous two conditions are not true
|
* WaitingForSessionPath: if the previous two conditions are not true
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (true || string (VERSIONSTRING).find (".pre0") != string::npos) {
|
if (string (VERSIONSTRING).find (".pre0") != string::npos) {
|
||||||
string fn = Glib::build_filename (user_config_directory(), ".i_swear_that_i_will_heed_the_guidelines_stated_in_the_pre_release_dialog");
|
string fn = Glib::build_filename (user_config_directory(), ".i_swear_that_i_will_heed_the_guidelines_stated_in_the_pre_release_dialog");
|
||||||
if (!Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
if (!Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||||
set_state (WaitingForPreRelease);
|
set_state (WaitingForPreRelease);
|
||||||
|
Loading…
Reference in New Issue
Block a user