mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* 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:
parent
744cd628d5
commit
6826102d00
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue