diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-21 13:24:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-21 13:24:19 +0000 |
commit | 697f646b182b3e059dacffd7b376fc4d1b2318fd (patch) | |
tree | 6498c375e915b417bb44e99223a028934fba8d75 | |
parent | 8502b7f40b54a0d69cc411b69b53abd3476ddf0c (diff) | |
download | mgaonline-697f646b182b3e059dacffd7b376fc4d1b2318fd.tar mgaonline-697f646b182b3e059dacffd7b376fc4d1b2318fd.tar.gz mgaonline-697f646b182b3e059dacffd7b376fc4d1b2318fd.tar.bz2 mgaonline-697f646b182b3e059dacffd7b376fc4d1b2318fd.tar.xz mgaonline-697f646b182b3e059dacffd7b376fc4d1b2318fd.zip |
(setState) change button in new distro notification from "Upgrade the
system" to "More Information"
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ - mdkapplet + o change button in new distro notification from "Upgrade the system" + to "More Information" o set 'low' urgency for new distribution notification - mdkapplet-upgrade-helper o disable custom downloader settings in order to default to aria2 @@ -563,7 +563,7 @@ sub setState { my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state}{tt}[0])) . "\n", '/usr/share/icons/mdkonline.png', $icon); if ($state eq 'new_distribution') { - $bubble->add_action('clicked', N("Upgrade the system"), \&upgrade); + $bubble->add_action('clicked', N("More Information"), \&upgrade); if ($sub_state eq 'updates') { push @arr, 'update'; } |