Re: [Mageia-dev] [1385] More PA config writing robustness

2011-05-20 Thread Colin Guthrie
'Twas brillig, and Thierry Vignaud at 19/05/11 00:46 did gyre and gimble:
> On 19 May 2011 01:06,   wrote:
>> Revision 1385 Author colin Date 2011-05-19 01:06:54 +0200 (Thu, 19 May 2011)
>>
>> Log Message
>>
>> More PA config writing robustness
> 
> (...)
> 
>> @@ -330,7 +333,7 @@
>>  if ($old_value ne $is_pulseaudio_enabled) {
>>  require any;
>>  any::ask_for_X_restart($in);
>> -  }
>> +}
>>  };
> 
> please run "svn diff" before commiting in order not to commit
> unrelated spaces changes

Yeah this was intentional in this case. Just didn't seem worth
committing separately to tidy it up. Should have mentioned that it was
deliberate tho' I guess.

Col

-- 

Colin Guthrie
cguthrie(at)mandriva.org
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mageia Contributor [http://www.mageia.org/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]


Re: [Mageia-dev] [1385] More PA config writing robustness

2011-05-18 Thread Thierry Vignaud
On 19 May 2011 01:06,   wrote:
> Revision 1385 Author colin Date 2011-05-19 01:06:54 +0200 (Thu, 19 May 2011)
>
> Log Message
>
> More PA config writing robustness

(...)

> @@ -330,7 +333,7 @@
>  if ($old_value ne $is_pulseaudio_enabled) {
>  require any;
>  any::ask_for_X_restart($in);
> -  }
> +}
>  };

please run "svn diff" before commiting in order not to commit
unrelated spaces changes