summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdkapplet b/mdkapplet
index 618e0f4e..01e038a4 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -596,8 +596,6 @@ sub setState {
$bubble->add_action('clicked', N("Upgrade the system"), \&upgrade);
if ($sub_state eq 'updates') {
push @arr, 'update';
- # default to updates rather than distro upgrade:
- $bubble->add_action('clicked', N("Install updates"), \&installUpdates);
}
} elsif ($state eq 'updates') {
unshift @arr, 'upgrade_distro' if $new_distro_version;