summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 599af84e..7b0138cb 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -367,7 +367,8 @@ sub process_state {
&& !text2bool($config{EXTENDED_SUPPORT})
&& !text2bool($local_config{EXTENDED_SUPPORT_OFFERED})) {
go2State('no_more_supported');
- } elsif (text2bool($config{EXTENDED_SUPPORT}) && is_extmaint_supported()
+ } elsif ($current_apimdv_distro->{obsoleted_by} && text2bool($config{EXTENDED_SUPPORT})
+ && is_extmaint_supported()
&& !text2bool($local_config{EXTENDED_SUPPORT_SPLASHED})) {
$state{extended_support_is_enabled}{tt}[0] =
N("Basic maintenance for this distribution has expired. Thanks to your subscription to extended maintenance, your system will be kept up to date until %s", iso8601_date_to_locale($extended_maintenance_end));