From b4047efc3a4293e4c41c5a552a3a813f43d06144 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 18 Sep 2007 10:51:04 +0000 Subject: [PATCH] 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 --- ba/ba0100.cpp | 8 ++++---- ba/ba0101.cpp | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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)) {