Use the cached notification center

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-08-21 18:13:32 +00:00
parent 60a7ef53c8
commit 51a3f8ca43

View file

@ -479,10 +479,9 @@ _isCellEditable (id delegate, NSArray *tableColumns,
dict =[NSDictionary dictionaryWithObjectsAndKeys: dict =[NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt: columnIndex], @"NSOldColumn", [NSNumber numberWithInt: columnIndex], @"NSOldColumn",
[NSNumber numberWithInt: newIndex], @"NSNewColumn", nil]; [NSNumber numberWithInt: newIndex], @"NSNewColumn", nil];
[(NSNotificationCenter *)[NSNotificationCenter defaultCenter] [nc postNotificationName: NSTableViewColumnDidMoveNotification
postNotificationName: NSTableViewColumnDidMoveNotification object: self
object: self userInfo: dict];
userInfo: dict];
} }
- (NSArray *) tableColumns - (NSArray *) tableColumns