mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* 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:
parent
bb404934fb
commit
128032c291
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue