summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-18 02:45:59 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-12-20 10:25:03 +0100
commit79f3c9899e4f5313531af4c8a2dc446939a01c0c (patch)
treedf4d0b87091a1f6ba5d4afa7c381883d03af674a /control-center
parent13ff41f850be21ca45a36b91a85329aea6f77870 (diff)
downloadcontrol-center-79f3c9899e4f5313531af4c8a2dc446939a01c0c.tar
control-center-79f3c9899e4f5313531af4c8a2dc446939a01c0c.tar.gz
control-center-79f3c9899e4f5313531af4c8a2dc446939a01c0c.tar.bz2
control-center-79f3c9899e4f5313531af4c8a2dc446939a01c0c.tar.xz
control-center-79f3c9899e4f5313531af4c8a2dc446939a01c0c.zip
perlish ->child() => ->get_child()
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index ea036f16..10cfd3d4 100755
--- a/control-center
+++ b/control-center
@@ -986,7 +986,7 @@ foreach (@tree) {
clicked => sub {
$current_string_idx = $my_index;
load_view();
- $steps->move_selection($_[0]->child);
+ $steps->move_selection($_[0]->get_child);
$banner_notebook->set_current_page($my_index);
$help_on_context = $help;
},