mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
Version 0.3.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
447091bef1
commit
b4b5c7774a
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2003-10-10 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* Version 0.3.6
|
||||
|
||||
2003-10-09 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* PCLib/PCProject+UIInterface.m: move
|
||||
[projectWindow setFrameAutosaveName] after all controls added.
|
||||
|
||||
2003-09-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* PCGormProj/baseInterface.*: Removed.
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
defer: YES];
|
||||
[projectWindow setDelegate: self];
|
||||
[projectWindow setMinSize: NSMakeSize (560,448)];
|
||||
[projectWindow setFrameAutosaveName: @"ProjectWindow"];
|
||||
_c_view = [projectWindow contentView];
|
||||
|
||||
/*
|
||||
|
@ -255,6 +254,7 @@
|
|||
RELEASE(browser);
|
||||
RELEASE(split);
|
||||
|
||||
[projectWindow setFrameAutosaveName: @"ProjectWindow"];
|
||||
if (![projectWindow setFrameUsingName: @"ProjectWindow"])
|
||||
{
|
||||
[projectWindow center];
|
||||
|
|
Loading…
Reference in a new issue