diff --git a/ba/ba0100.cpp b/ba/ba0100.cpp index 13dc81d8c..a0f8d7276 100755 --- a/ba/ba0100.cpp +++ b/ba/ba0100.cpp @@ -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) { diff --git a/ba/ba0101.cpp b/ba/ba0101.cpp index 8fd86f419..cf55370d1 100755 --- a/ba/ba0101.cpp +++ b/ba/ba0101.cpp @@ -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)) {