summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet8
1 files changed, 7 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 6a5e207e..43d1642b 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -77,12 +77,18 @@ my %state = (
menu => [],
tt => [ N_("System is busy. Please wait ...") ]
},
- error => {
+ updates => {
colour => [ 'error' ],
changes => [ 'okay' ],
menu => [ 'update', 'check', 'weblink' ],
tt => [ N_("New updates are available for your system") ]
},
+ bundles => {
+ colour => [ 'bundle' ],
+ changes => [ 'okay' ],
+ menu => [ 'update', 'check', 'weblink' ],
+ tt => [ N_("New bundles are available for your system") ]
+ },
noconfig => {
colour => [ 'noconf' ],
changes => [ 'okay' ],