[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Gorm bug
From: |
Enrico Sersale |
Subject: |
Gorm bug |
Date: |
Sat, 05 Jul 2003 16:21:49 +0300 |
In Gorm from cvs, in GormDocument.m, in -parseHeader:, there is a bug. If you
have this:
@interface IconsPref : NSObject <PreferencesProtocol>
{
IBOutlet id win;
IBOutlet id prefbox;
IBOutlet id thumbbox; IBOutlet id thumbCheck; IBOutlet id selectbox;
IBOutlet id animMatrix;
IBOutlet id actChangesButt; }
@end
in data.classes you will get:
Outlets = (
win,
prefbox,
thumbbox,
thumbCheck,
selectbox,
animMatrix,
"IBOutlet id prefbox",
"IBOutlet id thumbCheck",
"IBOutlet id animMatrix"
);
- Gorm bug,
Enrico Sersale <=