* 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:
Matt Rice 2006-09-07 16:20:38 +00:00
parent bc9cee7758
commit a2e920b01f
6 changed files with 10 additions and 2 deletions

View file

@ -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> 2006-05-09 Matt Rice <ratmice@yahoo.com>
* EOInterface/EOAssociation.m (-establishConnection): Simplify to * EOInterface/EOAssociation.m (-establishConnection): Simplify to

View file

@ -79,7 +79,6 @@
{ {
[EOObserverCenter removeObserver:self forObject:[[self document] model]]; [EOObserverCenter removeObserver:self forObject:[[self document] model]];
RELEASE(_splitView); RELEASE(_splitView);
[dg setDataSource:nil];
RELEASE(dg); RELEASE(dg);
[super dealloc]; [super dealloc];
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -7,7 +7,7 @@
Authors = ( Authors = (
"Matt Rice <ratmice@yahoo.com>" "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."; CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
FullVersionID = 0.0.0; FullVersionID = 0.0.0;
GSMainMarkupFile = ""; GSMainMarkupFile = "";

Binary file not shown.

Binary file not shown.