summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-07-28 12:33:43 +0000
committerThierry Vignaud <tv@mandriva.org>2009-07-28 12:33:43 +0000
commitcf254487be6348b64a25823fe061809c709c6e40 (patch)
tree6cd28c145478161ff7d78fe3fc34d1d47f667eb4
parent910359acc6b1548e2b64b74eed6cc53d53921f47 (diff)
downloadmgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar
mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.gz
mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.bz2
mgaonline-cf254487be6348b64a25823fe061809c709c6e40.tar.xz
mgaonline-cf254487be6348b64a25823fe061809c709c6e40.zip
(no_rigths_dialog) use proper URL for MES
-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),
]);