summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xmdkapplet2
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 432080da..44f8bd0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- mdkapplet
o fix a banner title
+ o hide the icon if "do nothing" was choosen
Version 2.77.15.10 - 3 February 2010, Thierry Vignaud
diff --git a/mdkapplet b/mdkapplet
index 4dc1632d..4f801d8e 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -573,6 +573,8 @@ sub no_more_supported() {
really_confirm_upgrade() and real_upgrade();
} elsif ($choice eq 'extended') {
get_extended_maintenance();
+ } elsif ($choice eq 'nothing') {
+ $icon->set_visible(0);
}
}