diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-28 23:41:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-28 23:41:50 +0000 |
commit | 38a404554eb3204ff8788e9264af29f3c7f80272 (patch) | |
tree | 274dc46f9213356564decd907fe143de373ad7b9 | |
parent | 87a065d7fae3f4ae6b824cf198f68c2e8a2f42a6 (diff) | |
download | control-center-38a404554eb3204ff8788e9264af29f3c7f80272.tar control-center-38a404554eb3204ff8788e9264af29f3c7f80272.tar.gz control-center-38a404554eb3204ff8788e9264af29f3c7f80272.tar.bz2 control-center-38a404554eb3204ff8788e9264af29f3c7f80272.tar.xz control-center-38a404554eb3204ff8788e9264af29f3c7f80272.zip |
use new drakxtools API in order to compute selection bar's position
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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; }, |