* GormCore/GormResourceManager.m: Temporarily comment out some code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2006-11-27 15:36:07 +00:00
parent 744cd628d5
commit 6826102d00
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-11-27 Matt Rice <ratmice@gmail.com>
* GormCore/GormResourceManager.m: Temporarily comment out some code.
2006-11-23 22:23-EST Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormDocument.gorm: Move initial position of

View file

@ -81,7 +81,13 @@
}
else if ([type isEqual:GormLinkPboardType])
{
[(GormDocument *)document changeToViewWithTag:0];
/* FIXME
* temporarily comment this out
* changeToViewWithTag: calls
* setSelectionFromEditor: calls
* -stopConnecting which gets rid of the connect source
*/
//[(GormDocument *)document changeToViewWithTag:0];
return NO;
}
}