X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJOutputController.m;h=cf758e6e399ab2acaa4fabea8f1613eeb2732304;hp=5d90bee67a896d14c82a05c80671e1b06a10e859;hb=3fae21830d647cf9c208fc8f96e23efedccdbd0e;hpb=93c9d4bc39c6addbab6dbc7878d3684e42bbdc01 diff --git a/Classes/NJOutputController.m b/Classes/NJOutputController.m index 5d90bee..cf758e6 100644 --- a/Classes/NJOutputController.m +++ b/Classes/NJOutputController.m @@ -280,7 +280,7 @@ } - (void)mappingListDidChange:(NSNotification *)note { - NSArray *mappings = note.object; + NSArray *mappings = note.userInfo[@"mappings"]; NJMapping *current = mappingPopup.selectedItem.representedObject; [mappingPopup.menu removeAllItems]; for (NJMapping *mapping in mappings) {