2009/8/31 Adam Charrett :
>> Everything works fine except this:
>> When I press "shutdown",
>> it should display corresponding localized messages of
>> "Do you really want to shut down Freevo?", or
>> "Do you really want to shut down the system?", or
>> "Do you really want to restart the system?"
Jason Tackaberry wrote:
> On Sun, 2009-08-30 at 20:08 +0200, Dirk Meyer wrote:
>> --- trunk/base/src/process.py(original)
>> +++ trunk/base/src/process.pySun Aug 30 14:08:07 2009
>> @@ -230,7 +230,7 @@
>>
>> .. describe:: def callback(chunk, ...)
>>
>> -
On Sun, 2009-08-30 at 20:08 +0200, Dirk Meyer wrote:
> --- trunk/base/src/process.py (original)
> +++ trunk/base/src/process.py Sun Aug 30 14:08:07 2009
> @@ -230,7 +230,7 @@
>
> .. describe:: def callback(chunk, ...)
>
> - :param chunk: data read from the child's std
On Sat, 2009-08-29 at 12:24 +0800, XiouXin Huang wrote:
> Hi, list
>
> Recently I jumped from 1.7.3 to 1.9.0, running upon python 2.6.
> Everything works fine except this:
> When I press "shutdown",
> it should display corresponding localized messages of
> "Do you really want to shut down Freevo?"