I've stared it it for ages and I just can see it - can you?
sub setMode()
{
my $client = shift;
if (!defined $current_menu{$client}) {
# init menu for first visit only
$current_menu{$client} = $menu;
$current_line{$client} = 0;
$current_menu_stack{$client} = [];
$current_line_stack{$client} = [];
}
$menu->refresh();
$refreshing{$client} = 0;
$client->lines(\&lines);
}
--
Patrick Dixon
www.at-view.co.uk
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins