Andy Grundman;223939 Wrote: 
> On Aug 30, 2007, at 12:29 PM, kdf wrote:
> 
> >
> > probably this line:
> > my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') };
> >
> > if the pref for slimp3clients doesn't exist, you get the message in
> > your log.  I guess not many users have slimp3-type devices
> connecting
> > to a clean install.
> >
> > Please file a bug at bugs.slimdevices.com (you'll need a new sign
> in).
> > It's an easy fix, but my evening probably won't give me time to  
> > merge it
> > in. This will make sure it doesn't get forgotten.
> 
> I'm pretty sure this is fixed in the sync code I'll be checking in  
> soon.  Try fixing it locally to this:
> 
> my %slimp3 = map { $_ => 1 } @{ $prefs->get('slimp3clients') || [] };

I can't build at the moment - is there to view the nightly log to see
when something checks checked in?  (Can I just grep for the right
module filename as a start?)

-Dan


-- 
plympton
------------------------------------------------------------------------
plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955
View this thread: http://forums.slimdevices.com/showthread.php?t=38029

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

Reply via email to