Opened 15 years ago
Closed 15 years ago
#974 closed defect (fixed)
group argument is redundant
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | TOL Packages |
Component: | GuiTools | Version: | head |
Severity: | critical | Keywords: | |
Cc: | lramirez |
Description
The argument group
in the functions
proc ::MenuManager::checkEntryState { name objSelection group } proc ::MenuManager::invokeCommand { name objSelection group }
is redundant because the group
value is implied from the name
value.
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → accepted |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [2546]) closes #974,
MenuManager::invokeEntry
andMenuManager::checkStateEntry
receive aSet
instead ofAnything
, if the option is single then theSet
contains the instance receiving the action.