GormSplitViewEditor.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14269 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2002-08-14 09:46:01 +00:00
parent 420c315961
commit 4cc9820885
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2002-08-14 Pierre-Yves Rivaille 2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* GormSplitViewEditor.m: removean extra ; that was breaking gcc 2.*
2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Major changes in editing widgets. * Major changes in editing widgets.
* Basic support for NSSplitView and NSTabView. * Basic support for NSSplitView and NSTabView.

View file

@ -367,7 +367,7 @@
if ([toUngroup isKindOfClass: [GormBoxEditor class]] if ([toUngroup isKindOfClass: [GormBoxEditor class]]
|| [toUngroup isKindOfClass: [GormSplitViewEditor class]]) || [toUngroup isKindOfClass: [GormSplitViewEditor class]])
{ {
id contentView = toUngroup;; id contentView = toUngroup;
NSMutableArray *newSelection = [NSMutableArray array]; NSMutableArray *newSelection = [NSMutableArray array];
NSArray *views; NSArray *views;