diff options
-rwxr-xr-x | mdkapplet | 14 | ||||
-rw-r--r-- | mdkonline.spec | 5 |
2 files changed, 11 insertions, 8 deletions
@@ -50,43 +50,43 @@ mkdir_p($localdir) if !-d $localdir; my %state = ( okay => { - colour => [ 'green' ], + colour => [ 'okay' ], changes => [ 'busy', 'critical', 'disconnected' ], menu => [ 'update', 'configureApplet', 'check', 'weblink' ], tt => [ N("No updates available for your system") ] }, critical => { - colour => [ 'orange' ], + colour => [ 'noconf' ], changes => [ 'okay', 'busy', 'critical', 'disconnected' ], menu => [ 'configureApplet', 'check', 'weblink' ], tt => [ N("Config problems. Launch \"configure\" again") ] }, busy => { - colour => [ 'orange' ], + colour => [ 'busy' ], changes => [ 'okay', 'critical', 'error', 'disconnected' ], menu => [ ], tt => [ N("System is busy. Wait ...") ] }, error => { - colour => [ 'red' ], + colour => [ 'error' ], changes => [ 'okay' ], menu => [ 'update', 'check', 'weblink' ], tt => [ N("%s packages available for update", $av_pkgs) ] }, noconfig => { - colour => [ 'orange' ], + colour => [ 'noconf' ], changes => [ 'okay' ], menu => [ 'weblink', 'register' ], tt => [ N("Service not available. Click on \"configuration\"") ] }, disconnected => { - colour => [ 'orange' ], + colour => [ 'disconnected' ], changes => [ 'okay', 'busy', 'critical', 'error' ], menu => [ 'confNetwork' ], tt => [ N("Network is down. Click on \"configure Network\"") ] }, disabled => { - colour => [ 'red' ], + colour => [ 'disabled' ], changes => [ 'okay', 'busy', 'critical', 'error' ], menu => [ 'configureApplet', 'weblink' ], tt => [ N("Service deactivated. Waiting for payment...") ] diff --git a/mdkonline.spec b/mdkonline.spec index cb8a9f69..a7ddd7d7 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -4,7 +4,7 @@ Summary: The MandrakeOnline Tool Name: %{name} Version: %{version} -Release: 4mdk +Release: 5mdk Source0: %{name}-%{version}.tar.bz2 URL: http://www.mandrakeonline.net Packager: Daouda Lo <daouda@mandrakesoft.com> @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) %changelog +* Mon May 10 2004 Daouda LO <daouda@mandrakesoft.com> 1.0-5mdk +- more meaningful icons set for applet state (big up 2 ln) + * Thu May 6 2004 Daouda LO <daouda@mandrakesoft.com> 1.0-4mdk - Wed May 5 2004 Frederic Lepied <flepied@mandrakesoft.com> 1.0-4mdk o mdkonline: |