Remove setAction for _popUpItemAction: from insertItem:atIndex:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36017 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2013-01-25 00:47:51 +00:00
parent e370aab73b
commit 4f8b519eb3
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-01-24 19:45-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSPopUpButtonCell.m: remove _popUpItemAction: from
-insertItemWithTitle:atIndex:.
2013-01-19 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSTextContainer.h,
@ -9,6 +14,7 @@
* Header/AppKit/NSLayoutManager.h,
* Source/NSLayoutManager.m: Add one 10.5 method.
>>>>>>> .r36016
2013-01-13 Wolfgang Lux <wolfgang.lux@gmail.com>
* configure.ac:

View file

@ -426,9 +426,9 @@ 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)
{