summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-16 08:58:14 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-16 08:58:14 +0000
commita739112bf567a37c7e7d284971fc7fee131e2287 (patch)
tree884a1813e4af111b2d69e96bda68ef3cc2a7f1a9
parentdaef0bec930e176601ebd3f7f030809ee38a3dbc (diff)
downloadcontrol-center-a739112bf567a37c7e7d284971fc7fee131e2287.tar
control-center-a739112bf567a37c7e7d284971fc7fee131e2287.tar.gz
control-center-a739112bf567a37c7e7d284971fc7fee131e2287.tar.bz2
control-center-a739112bf567a37c7e7d284971fc7fee131e2287.tar.xz
control-center-a739112bf567a37c7e7d284971fc7fee131e2287.zip
(build_list) workaround latest webkit breaking mcc
-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;