diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-22 11:45:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-22 11:45:56 +0000 |
commit | 804f38ad458f906c05b4954b68e16290a28ff855 (patch) | |
tree | 7b8236e0abda887a5fb32b77b68e0c52d8c89d88 | |
parent | ba226b1826aee13c87a0aa2fe63221272055c359 (diff) | |
download | mgaonline-804f38ad458f906c05b4954b68e16290a28ff855.tar mgaonline-804f38ad458f906c05b4954b68e16290a28ff855.tar.gz mgaonline-804f38ad458f906c05b4954b68e16290a28ff855.tar.bz2 mgaonline-804f38ad458f906c05b4954b68e16290a28ff855.tar.xz mgaonline-804f38ad458f906c05b4954b68e16290a28ff855.zip |
hide "configure the service" menu entry
-rwxr-xr-x | mdkapplet | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -87,13 +87,13 @@ my %state = ( okay => { colour => [ 'okay' ], changes => [ 'busy', 'critical', 'disconnected' ], - menu => [ 'configureApplet', 'check', 'weblink' ], + menu => [ 'check', 'weblink' ], tt => [ N_("Your system is up-to-date") ] }, critical => { colour => [ 'noconf' ], changes => [ 'okay', 'busy', 'critical', 'disconnected' ], - menu => [ 'configureApplet', 'check', 'weblink' ], + menu => [ 'check', 'weblink' ], tt => [ N_("Service configuration problem. Please check logs and send mail to support\@mandrivaonline.com") ] }, busy => { @@ -129,13 +129,13 @@ my %state = ( disabled => { colour => [ 'disabled' ], changes => [ 'okay', 'busy', 'critical', 'error' ], - menu => [ 'configureApplet', 'weblink' ], + menu => [ 'weblink' ], tt => [ N_("Service is not activated. Please click on \"Online Website\"") ] }, locked => { colour => [ 'noconf' ], changes => [ 'okay', 'busy', 'critical', 'disconnected' ], - menu => [ 'configureApplet', 'check', 'weblink' ], + menu => [ 'check', 'weblink' ], tt => [ N_("urpmi database locked") ], }, notsupported => { @@ -147,13 +147,13 @@ my %state = ( no_update_medium => { colour => [ 'noconf' ], changes => [ 'okay', 'busy', 'critical', 'disconnected' ], - menu => [ 'configureApplet', 'check', 'weblink' ], + menu => [ 'check', 'weblink' ], tt => [ N_("No medium found. You must add some media through 'Software Media Manager'.") ], }, no_enabled_medium => { colour => [ 'noconf' ], changes => [ 'okay', 'busy', 'critical', 'disconnected' ], - menu => [ 'configureApplet', 'check', 'weblink' ], + menu => [ 'check', 'weblink' ], tt => [ sprintf(N_("You already have at least one update medium configured, but all of them are currently disabled. You should run the Software Media Manager to enable at least one (check it in the Enabled? |