From 38a404554eb3204ff8788e9264af29f3c7f80272 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 28 Sep 2008 23:41:50 +0000 Subject: use new drakxtools API in order to compute selection bar's position --- NEWS | 2 ++ control-center | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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($text), 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; }, -- cgit v1.2.1