That patch came from the 7.4 trunk - presumably you're talking about 7.3?

I think the assumption was that only essential stuff would be going into
7.3.3 but if it's possible to get this merged across from 7.4->7.3 then
that would be helpful (I'd then remove those patches from the Gentoo build).

The 7.4 revisions that we're talking about are:
r25816
r26720
r25809

Presumably Ralphy would also be very happy with that outcome as well.

Thanks,
Stuart



On 03/06/2009 3:18 PM, Michael Herger wrote:
> Stuart - isn't this something you'd want to check in to our trunk?
>
> Michael
>
> Am 03.06.2009, 15:52 Uhr, schrieb Stuart Hickinbottom  
> <stu...@hickinbottom.com>:
>
>   
>> Thanks - I've added that as a third patch and pushed it back to GitHub.
>> Thanks for checking it for me.
>>
>> Stuart
>>
>>
>> On 03/06/2009 2:04 PM, ralphy wrote:
>>     
>>> Hopefully the last one.
>>>
>>> Code:
>>> --------------------
>>>
>>>   svn diff -r25815:25816 Slim/Player/SqueezeSlave.pm
>>>   Index: Slim/Player/SqueezeSlave.pm
>>>   ===================================================================
>>>   --- Slim/Player/SqueezeSlave.pm (revision 25815)
>>>   +++ Slim/Player/SqueezeSlave.pm (revision 25816)
>>>   @@ -133,7 +133,7 @@
>>>   my $newvolume = shift;
>>>
>>>   my $volume = $client->Slim::Player::Client::volume($newvolume, @_);
>>>   -       my $preamp = 255 - int(2 *  
>>> $prefs->client($client)->get('preampVolumeControl'));
>>>   +       my $preamp = 255 - int(2 *  
>>> ($prefs->client($client)->get('preampVolumeControl') || 0));
>>>
>>>   if (defined($newvolume)) {
>>>   # Old style volume:
>>>
>>> --------------------
>>>
>>>
>>>
>>>       
>> _______________________________________________
>> unix mailing list
>> unix@lists.slimdevices.com
>> http://lists.slimdevices.com/mailman/listinfo/unix
>>     
>   
_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to