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:
Nicola Pero 2001-08-21 18:13:32 +00:00
parent 30d3fd1bc0
commit 93ad02b1b4

View file

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