summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
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/any.pm
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/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 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);