mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 18:21:06 +00:00
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:
parent
60a7ef53c8
commit
51a3f8ca43
1 changed files with 3 additions and 4 deletions
|
@ -479,8 +479,7 @@ _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];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue