Fixes to the text network.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-07-24 22:24:14 +00:00
parent d305ee4fe0
commit aa3258aa39
6 changed files with 879 additions and 257 deletions

View file

@ -663,14 +663,12 @@ cell do the following */
[self setHighlightedItemIndex: -1];
// if ([selectedCell action] && ![selectedCell target])
if (menuv_menu)
[menuv_menu performActionForItem:
[menuv_items_link objectAtIndex: lastIndex]];
if (menuv_popb)
[menuv_popb performSelector:[selectedCell action] withObject:selectedCell];
// else if ([selectedCell action] && [selectedCell target])
/* If we are a menu */