Am 26.07.2010 00:59, schrieb Derek Fawcus:
> On Sun, Jul 25, 2010 at 08:58:48PM +0000, Fred Kiefer wrote:
>>
>> Update of bug #30538 (project gnustep):
>>
>>                   Status:                    None => Need Info              
>>              Assigned to:                    None => FredKiefer             
>>
>>     _______________________________________________________
>>
>> Follow-up Comment #1:
>>
>> I just added support for
>> NSBackTabCharacter into gui, so the basic gui code wont stop working as soon
>> as this patch gets applied.
> 
> A typo in your change to NSWindow.m:
> 
>    // If this is a BACKTAB event, move to the previous key view
>    if (character == NSTabCharacter)
>            {
>              [self selectPreviousKeyView: self];
>              return;
>            }
> 
> err - that looks like it should be comparing to NSBackTabCharacter not 
> NSTabCharacter :-)
> 

Oops, thank you for pointing out. It is fixed in SVN now.

_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to