mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Update NSDictionaryController.m. Correct removeObjects:
This commit is contained in:
parent
99e921ea35
commit
09e9cc0330
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
|||
|
||||
- (void) removeObjects: (NSArray *)array
|
||||
{
|
||||
[super addObjects: array];
|
||||
[super removeObjects: array];
|
||||
|
||||
FOR_IN(NSDictionaryControllerKeyValuePair*, kvp, array)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue