summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xmdkapplet-enterprise-update-helper2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11cdf455..52921d39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- mdkapplet-enterprise-update-helper
o gracefully handle (rare) server issues (#51299)
+ o use proper URL for MES
Version 2.77.2 - 24 July 2009, Thierry Vignaud
diff --git a/mdkapplet-enterprise-update-helper b/mdkapplet-enterprise-update-helper
index 639e7a39..f3342586 100755
--- a/mdkapplet-enterprise-update-helper
+++ b/mdkapplet-enterprise-update-helper
@@ -151,7 +151,7 @@ sub no_rigths_dialog() {
@common),
gtknew('HButtonBox', layout => 'start', children_tight => [
interactive::gtk::add_padding(
- new_link_button('https://my.mandriva.com/powerpack/', N("More Information")))
+ new_link_button('http://www2.mandriva.com/linux/server/', N("More Information")))
]),
create_okcancel($w, N("Close"), undef),
]);