diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 11:29:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 11:29:35 +0000 |
commit | 2022370eddf016180616efb817993f6b0527d04b (patch) | |
tree | 2a136342500060c2667d242fd73e053785064821 /mdkapplet | |
parent | c624b0a5d8ca2ec09bee5be5fd07915e5b4e1a7d (diff) | |
download | mgaonline-2022370eddf016180616efb817993f6b0527d04b.tar mgaonline-2022370eddf016180616efb817993f6b0527d04b.tar.gz mgaonline-2022370eddf016180616efb817993f6b0527d04b.tar.bz2 mgaonline-2022370eddf016180616efb817993f6b0527d04b.tar.xz mgaonline-2022370eddf016180616efb817993f6b0527d04b.zip |
(checkConfig) if no config file, operate offline w/o complaining
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -418,7 +418,6 @@ sub checkConfig() { my $logged if 0; logIt(N("Checking config file: Not present\n")) if !$logged; $logged = 1; - go2State('noconfig'); } elsif (!isNetwork()) { logIt(N("Checking Network: seems disabled\n")); go2State('disconnected'); |