mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 11:00:46 +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
79f0d2077b
commit
8491eaacf8
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>
|
2013-01-24 19:45-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Source/NSPopUpButtonCell.m: remove _popUpItemAction: from
|
* Source/NSPopUpButtonCell.m: remove _popUpItemAction: from
|
||||||
|
|
|
@ -426,8 +426,8 @@ static NSImage *_pbc_image[5];
|
||||||
//[anItem setAction: [self action]];
|
//[anItem setAction: [self action]];
|
||||||
//[anItem setTarget: [self target]];
|
//[anItem setTarget: [self target]];
|
||||||
// Or
|
// Or
|
||||||
//[anItem setAction: @selector(_popUpItemAction:)];
|
[anItem setAction: @selector(_popUpItemAction:)];
|
||||||
//[anItem setTarget: self];
|
[anItem setTarget: self];
|
||||||
|
|
||||||
// Select the new item if there isn't any selection.
|
// Select the new item if there isn't any selection.
|
||||||
if (_selectedItem == nil)
|
if (_selectedItem == nil)
|
||||||
|
|
Loading…
Reference in a new issue