From a739112bf567a37c7e7d284971fc7fee131e2287 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Mar 2009 08:58:14 +0000 Subject: (build_list) workaround latest webkit breaking mcc --- NEWS | 2 ++ control-center | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 39fb8678..e69f04f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- workaround latest webkit breaking mcc + Version 12.3 - 18 February 2009, Thierry Vignaud - fix not-working-links regression introduced by webkit workaround in diff --git a/control-center b/control-center index e9cebcf6..4045f771 100755 --- a/control-center +++ b/control-center @@ -930,7 +930,7 @@ foreach (@tree) { push @buttons, gtknew('Button', relief => 'none', child => gtknew('Label_Right', text_markup => qq($text), ellipsize => 'end'), clicked => sub { - $view->load_html_string($string, 'file://'); + $view->load_html_string($string, 'file:///'); $steps->move_selection($_[0]->child); $banner_notebook->set_current_page($my_index); $help_on_context = $help; -- cgit v1.2.1