* Source/NSPopUpButtonCell.m: Revert previous change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36019 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2013-01-25 17:59:08 +00:00
parent bb404934fb
commit 128032c291
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-01-25 12:58-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSPopUpButtonCell.m: Revert previous change.
2013-01-24 19:45-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSPopUpButtonCell.m: remove _popUpItemAction: from

View file

@ -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)