summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center2
2 files changed, 3 insertions, 1 deletions
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(<small>$text</small>), 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;