close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

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 Jorge

Status: newaccepted

comment:2 Changed 15 years ago by Jorge

Resolution: fixed
Status: acceptedclosed

(In [2546]) closes #974, MenuManager::invokeEntry and MenuManager::checkStateEntry receive a Set instead of Anything, if the option is single then the Set contains the instance receiving the action.

Note: See TracTickets for help on using tickets.