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 7461768d..b5f482ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- use new drakxtools API
+
Version 11.7.1 - 26 September 2008, Thierry Vignaud
- fix banners displaying titles with "&"
diff --git a/control-center b/control-center
index 8ea9e167..f9f2890d 100755
--- a/control-center
+++ b/control-center
@@ -909,7 +909,7 @@ foreach (@tree) {
gtknew('Label_Right', text_markup => qq(<small>$text</small>), ellipsize => 'end'),
clicked => sub {
$view->load_html_string($string, '/');
- $steps->move_selection($_[0]->child->allocation->y);
+ $steps->move_selection($_[0]->child);
$banner_notebook->set_current_page($my_index);
$help_on_context = $help;
},