summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/display_help2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 0ec3805f6..3560493f5 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- display_help
+ o block right click contextual menu
+
Version 12.57 - 5 October 2009
- drakboot:
diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help
index 611a6a839..162ede7cc 100755
--- a/perl-install/standalone/display_help
+++ b/perl-install/standalone/display_help
@@ -26,7 +26,7 @@ use mygtk2 qw(gtknew);
use ugtk2 qw(:wrappers :create);
use Gtk2::WebKit;
-my $view = gtknew('WebKit_View');
+my $view = gtknew('WebKit_View', no_popup_menu => 1);
$view->open($ARGV[0]);