[470835]Applied Short Circuit Logic in ToolItemMenuListener
Created by: SmithRWORNL
An instance of ToolItemMenuListener using eager logic instead of short circuit logic in comparision has been changed. The conditional statement will now only evaulate the secondary statement if the first returned false.
Bug: 470835 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470835 Signed-off-by: Robert Smith SmithRW@ornl.gov