diff --git a/ChangeLog b/ChangeLog index a1ce64c69..127f83438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-25 12:58-EST Gregory John Casamento + + * Source/NSPopUpButtonCell.m: Revert previous change. + 2013-01-24 19:45-EST Gregory John Casamento * Source/NSPopUpButtonCell.m: remove _popUpItemAction: from diff --git a/Source/NSPopUpButtonCell.m b/Source/NSPopUpButtonCell.m index 23bd91d46..e5a2d29fd 100644 --- a/Source/NSPopUpButtonCell.m +++ b/Source/NSPopUpButtonCell.m @@ -426,8 +426,8 @@ static NSImage *_pbc_image[5]; //[anItem setAction: [self action]]; //[anItem setTarget: [self target]]; // Or - //[anItem setAction: @selector(_popUpItemAction:)]; - //[anItem setTarget: self]; + [anItem setAction: @selector(_popUpItemAction:)]; + [anItem setTarget: self]; // Select the new item if there isn't any selection. if (_selectedItem == nil)