From 8491eaacf8e96f41d26b90c01fcee70825c2893b Mon Sep 17 00:00:00 2001 From: gcasa Date: Fri, 25 Jan 2013 17:59:08 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ Source/NSPopUpButtonCell.m | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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)