mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* DBModeler/Resources/DBModeler.tiff: New file.
* DBModeler/Resources/Locking_Header.tiff: Ditto. * DBModeler/Resources/Key_On.tiff: Add check box background. * DBModeler/Resources/Info-GNUstep.plist: Update info panel copyright. * DBModeler/ModelerEntityEditor.m (-dealloc): Don't set the datasource to nil, its handled in EODisplayGroup -dealloc. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7cbead21a2
commit
7b04982417
6 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2006-09-07 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* DBModeler/Resources/DBModeler.tiff: New file.
|
||||
* DBModeler/Resources/Locking_Header.tiff: Ditto.
|
||||
* DBModeler/Resources/Key_On.tiff: Add check box background.
|
||||
* DBModeler/Resources/Info-GNUstep.plist: Update info panel copyright.
|
||||
* DBModeler/ModelerEntityEditor.m (-dealloc): Don't set the datasource
|
||||
to nil, its handled in EODisplayGroup -dealloc.
|
||||
|
||||
2006-05-09 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOInterface/EOAssociation.m (-establishConnection): Simplify to
|
||||
|
|
|
@ -79,7 +79,6 @@
|
|||
{
|
||||
[EOObserverCenter removeObserver:self forObject:[[self document] model]];
|
||||
RELEASE(_splitView);
|
||||
[dg setDataSource:nil];
|
||||
RELEASE(dg);
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
BIN
DBModeler/Resources/DBModeler.tiff
Normal file
BIN
DBModeler/Resources/DBModeler.tiff
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -7,7 +7,7 @@
|
|||
Authors = (
|
||||
"Matt Rice <ratmice@yahoo.com>"
|
||||
);
|
||||
Copyright = "Copyright \U00A9 2005 Free Software Foundation";
|
||||
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
|
||||
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
||||
FullVersionID = 0.0.0;
|
||||
GSMainMarkupFile = "";
|
||||
|
|
Binary file not shown.
BIN
DBModeler/Resources/Locking_Header.tiff
Normal file
BIN
DBModeler/Resources/Locking_Header.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue