Removed assertion which is no longer needed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18135 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-11-24 06:32:01 +00:00
parent b8bac8c77a
commit efce7b72f9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-11-24 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/GormMenuEditor.m: Minor change to correct assertion failure.
2003-11-23 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.5.0

View file

@ -383,7 +383,7 @@
- (BOOL) activate
{
NSAssert(isClosed == NO, NSInternalInconsistencyException);
// NSAssert(isClosed == NO, NSInternalInconsistencyException);
if (original == nil)
{
NSWindow *w;