Patch level :4.0 981
Files correlati : Ricompilazione Demo : [ ] Commento :corretti casini di riporto git-svn-id: svn://10.65.10.50/trunk@15627 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
180a0b720c
commit
b4047efc3a
@ -1136,7 +1136,7 @@ bool TMenu_application::check_user()
|
||||
TConfig campo_ini(CONFIG_INSTALL, "Main");
|
||||
const bool use_system_user = campo_ini.get_bool("AutoLogin");
|
||||
if (use_system_user)
|
||||
†ok = get_user_status(utente) != 0; // L'utente esiste!
|
||||
ok = get_user_status(utente) != 0; // L'utente esiste!
|
||||
}
|
||||
|
||||
if (!ok)
|
||||
@ -1144,8 +1144,8 @@ bool TMenu_application::check_user()
|
||||
|
||||
if (ok)
|
||||
{
|
||||
††const bool converting = (get_user_status(dongle().administrator()) & 4) != 0;
|
||||
††if (converting)
|
||||
const bool converting = (get_user_status(dongle().administrator()) & 4) != 0;
|
||||
if (converting)
|
||||
{
|
||||
TString msg; msg << TR("E' in corso una conversione archivi") << ":\n";
|
||||
if (utente == dongle().administrator())
|
||||
@ -1161,7 +1161,7 @@ bool TMenu_application::check_user()
|
||||
}
|
||||
|
||||
if (ok)
|
||||
†† set_user_status(utente, 3); // Esistente e connesso (1 | 2 = 3)
|
||||
set_user_status(utente, 3); // Esistente e connesso (1 | 2 = 3)
|
||||
|
||||
if (ok)
|
||||
{
|
||||
|
@ -382,9 +382,9 @@ void TSubmenu::read(TScanner& scanner)
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (disable)
|
||||
_enabled = false;
|
||||
if (disable)
|
||||
_enabled = false;
|
||||
}
|
||||
} else
|
||||
if (line.starts_with("Picture", true))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user