From 45b3050245040aa2a14a8c07b7f17e4da4949ac2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 5 Oct 2009 13:20:24 +0000 Subject: block right click contextual menu --- perl-install/NEWS | 3 +++ perl-install/standalone/display_help | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') 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]); -- cgit v1.2.1