discuss-gnustep
[Top][All Lists]
Advanced

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

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


From: Andreas Hoeschler
Subject: Fixed a bug in NSComboBoxCell.m - please commit to cvs
Date: Fri, 20 Aug 2004 20:59:02 +0200

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)
...
}

Regards,

  Andreas





reply via email to

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