minor fixes

This commit is contained in:
Gregory John Casamento 2020-05-06 23:51:15 -04:00
parent 8a5f5b180a
commit d3e628fec5

View file

@ -281,10 +281,7 @@ static Class pathCellClass;
to: [[self cell] target]];
}
// Tested on OSX it doesn't do this... it apparently only chooses
// the cell, and sends the action. It doesn't reset the URL.
[[sender menu] close];
// AUTORELEASE([sender menu]);
}
- (void) _doChooseMenuAction: (id)sender