mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
The connection inspector is broken on a couple
of *BSD so revert a patch done in April. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
272e9c73ca
commit
bc8f0dc1cc
2 changed files with 5 additions and 35 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-07-12: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* GormLib/IBObjectAdditions.m
|
||||
* revert change from 2012-04-20, to fix Connection Inspector
|
||||
on at least a couple of *BSD
|
||||
|
||||
2012-06-19 00:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* ANNOUNCE
|
||||
|
|
|
@ -71,40 +71,5 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (NSImage *) imageForViewer
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) connectInspectorClassName
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) sizeInspectorClassName
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) helpInspectorClassName
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) classInspectorClassName
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) inspectorClassName;
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString*) editorClassName;
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue