Ah I can see the problem, would you mind doing a test? Open the file
"AlienStreamMenu.pm" at the bottom (line 91) change:

my $item = Plugins::Alien::AlienSubMenuItem->new($name,"",
                   
                                
Plugins::Alien::AlienStreamMenu->new(("AlienStream".$new_root),$new_root));

To
my $item = Plugins::Alien::AlienSubMenuItem->new($name,"",
                   
                                
Plugins::Alien::*AlienAddon::*AlienStreamMenu->new(("AlienStream".$new_root),$new_root));


The bit in bold is new.

Neil


-- 
Neil Sleightholm
------------------------------------------------------------------------
Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=22378

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to