diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 17:05:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 17:05:51 +0000 |
commit | da19fdbfe85e440bf015967871c8830aa2a6a8cd (patch) | |
tree | 4bdb30cc2547e09a8bde823ea953e107d46b6215 /mdkapplet | |
parent | d7b3a7e0e51507c160d1d831251ad72deb7760f5 (diff) | |
download | mgaonline-da19fdbfe85e440bf015967871c8830aa2a6a8cd.tar mgaonline-da19fdbfe85e440bf015967871c8830aa2a6a8cd.tar.gz mgaonline-da19fdbfe85e440bf015967871c8830aa2a6a8cd.tar.bz2 mgaonline-da19fdbfe85e440bf015967871c8830aa2a6a8cd.tar.xz mgaonline-da19fdbfe85e440bf015967871c8830aa2a6a8cd.zip |
comment
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,7 @@ $icon->signal_connect(activate => sub { new_distribution => \&upgrade, ); my $action = $state_global; + # default to updates rather than distro upgrade: if ($action eq 'new_distribution' && $sub_state eq 'updates') { $action = 'updates'; } @@ -595,6 +596,7 @@ 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') { |