summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xmdkapplet2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 122620ea..b2a13381 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
o add an "upgrade system" in the menu when a new distro is
available
o ask for confirmation before performing distro upgrade
+ o use blue icon when there's a new distro
Version 2.48 - 2 October 2008
diff --git a/mdkapplet b/mdkapplet
index 7dc9807f..d90ab7df 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -111,7 +111,7 @@ my %state = (
tt => [ N_("New updates are available for your system") ]
},
new_distribution => {
- colour => [ 'error' ],
+ colour => [ 'bundle' ],
changes => [ 'okay' ],
menu => [ 'upgrade_distro', 'update', 'check' ],
tt => [ N("A new stable distribution has been released") . "\n\n" . N("Do you want to upgrade?") ]