From 545900d1fdbbb0d89d8e36dd649cc70bd13bc3c1 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 9 Feb 2006 10:50:18 +0000 Subject: - add bundle support --- mdkapplet | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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' ], -- cgit v1.2.1