summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-26 13:11:19 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-26 13:11:19 +0000
commit11b1fa933cb60ca1ac0ac454d4becde8604836e3 (patch)
treeafbbd44d123c9a31f8c54dd4ba67083b476a31b9 /perl-install
parentb9f60e4207d0f0bc31bd030be7b52fbf45607ba2 (diff)
downloaddrakx-backup-do-not-use-11b1fa933cb60ca1ac0ac454d4becde8604836e3.tar
drakx-backup-do-not-use-11b1fa933cb60ca1ac0ac454d4becde8604836e3.tar.gz
drakx-backup-do-not-use-11b1fa933cb60ca1ac0ac454d4becde8604836e3.tar.bz2
drakx-backup-do-not-use-11b1fa933cb60ca1ac0ac454d4becde8604836e3.tar.xz
drakx-backup-do-not-use-11b1fa933cb60ca1ac0ac454d4becde8604836e3.zip
(display_release_notes) disable disable contextual menu on release notes
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 071d23222..7f05b0fc3 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -912,7 +912,7 @@ sub display_release_notes {
ugtk2->import(':all');
require mygtk2;
mygtk2->import('gtknew');
- my $view = Gtk2::WebKit::WebView->new;
+ my $view = gtknew('WebKit_View', no_popup_menu => 1);
$view->load_html_string($release_notes, '/');
my $w = ugtk2->new(N("Release Notes"), transient => $::main_window, modal => 1, pop_it => 1);
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index d0c881a62..791c578a3 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- disable disable contextual menu on release notes
+
Version 11.55 - 26 September 2008
- never add usb-storage to scsi_hostadapter