Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento :modifiche necessarie alla 10.0 per integrarsi con il nuovo setup (sparisce la chiamata a ba0close!!!!!) git-svn-id: svn://10.65.10.50/trunk@15917 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
75e4c8fde0
commit
0ffe6d7ffb
@ -1242,7 +1242,7 @@ bool TMenu_application::copy_setup(const TString& remote_path)
|
||||
ok = false;
|
||||
break;
|
||||
}
|
||||
} ////FOR_EACH_ARRAY...
|
||||
} //FOR_EACH_ARRAY...
|
||||
} //if(!ar.empty...
|
||||
} //if(remote_setupdir...
|
||||
|
||||
@ -1366,6 +1366,7 @@ bool TMenu_application::test_programs()
|
||||
|
||||
bool TMenu_application::user_create()
|
||||
{
|
||||
|
||||
disable_menu_item(M_FILE_PRINT); // Questa voce di menu non serve per ora
|
||||
|
||||
if (dongle().type() == _no_dongle)
|
||||
@ -1424,12 +1425,6 @@ void TMenu_application::deconnect_user()
|
||||
bool TMenu_application::destroy()
|
||||
{
|
||||
deconnect_user();
|
||||
|
||||
if (sys_dll_changed())
|
||||
{
|
||||
TExternal_app ba0close("ba0close.exe");
|
||||
ba0close.run(true, true, false); // run asynchronous...
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -1450,7 +1445,6 @@ void TMenu_application::main_loop()
|
||||
_menu.perform();
|
||||
else
|
||||
run = m >= -1;
|
||||
|
||||
if (installing()) //esce dal ciclo se ha lanciato una installazione moduli
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user