From bbc07aa639720c625a46bba2f3fb35e1795775fd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Sep 2008 18:06:58 +0000 Subject: (load_from_uri ) enable relative links in HTML help (which prevented segfaults on anchors when using Gtk2::Html2) --- perl-install/interactive/gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/interactive/gtk.pm') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index a1de96ead..646c0b0df 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -758,7 +758,6 @@ my $help_path = "/usr/share/doc/installer-help/"; sub load_from_uri { my ($view, $url) = @_; - $url =~ s/#.*$//; # prevent segfaults on anchors $url = get_html_file($::o, $url); my $str = scalar(cat_($url)); c::set_tagged_utf8($str); -- cgit v1.2.1