Quoting Patrick Dixon <[EMAIL PROTECTED]>:

>
> I've stared it it for ages and I just can see it - can you?

>       $menu->refresh();
>       $refreshing{$client} = 0;

it is complaining about %refreshing not being a declared variable, so you can't
use $refreshing{$client}, without a my %refreshing hanging out somewhere in
that module.  Maybe my copy isn't up to date, but I don't see it anywhere.
-kdf
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to