[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: graphics_toolkit()
From: |
Ben Abbott |
Subject: |
Re: graphics_toolkit() |
Date: |
Wed, 14 Dec 2011 13:40:26 -0500 |
On Dec 14, 2011, at 1:29 PM, Rik wrote:
> On 12/14/2011 09:19 AM, address@hidden wrote:
>> I noticed a pair of bugs in how graphics_toolkit() is currently working.
>>
>> They are both evident in the command below.
>>
>> graphics_toolkit fltk
>> ans = fltk
>>
>> First, when used in command mode, the output is still return.
>>
>> Second, the output is incorrect. The documentation indicates ...
>>
>> -- Function File: OLD_NAME = graphics_toolkit (NAME)
>>
>> Before I pushed the attached to the stable branch, I wanted to check to be
>> sure (1) the output in command mode isn't intentional and (2) the
>> documentation is correct.
> My bad. I wanted graphics_toolkit() to behave in the same way as other
> functions which query or set internal variables. In this case, I added the
> functionality, but got part of it wrong. Your fix looks fine to me.
>
> --Rik
Ok. I pushed the change.
http://hg.savannah.gnu.org/hgweb/octave/rev/c3fab3891460
Ben