discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixed a bug in NSComboBoxCell.m - please commit to cvs


From: Fred Kiefer
Subject: Re: Fixed a bug in NSComboBoxCell.m - please commit to cvs
Date: Sat, 21 Aug 2004 12:29:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114

Andreas Hoeschler wrote:
Hi all,

please insert the following in NSComboBoxCell.m to fix a bug.

- (NSString *)completedString:(NSString *)substring
{
   if (!substring) return nil;  // <---------------- insert this line
  if (_usesDataSource)
    {
      if (!_dataSource)
...
}


Applied.

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]