summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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