Quantcast

Removed addon:ToggleFrame() - its code is now the OnClick handler for the scan button, since that was its primary function - toggling the visibility of the frame was only a side-effect. Also, no longer set the player's profession here, since that is done in addon:Scan().

Author torhal <torhal@dummy.example.com>
Author date 2009-11-21 21:14:47
Author local date 2009-11-21 21:14:47 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-21 21:14:47
Committer local date 2009-11-21 21:14:47 +0000
Commit 565421f8cb718a5cbfae7daf3ce17a3f3efa4208
Tree e00b3e2af38308b64fab89ae199fec41a81862eb
Parent ad727cddf3dc0f07b8105864b69773d86939c778
Removed addon:ToggleFrame() - its code is now the OnClick handler for the scan button, since that was its primary function - toggling the visibility of the frame was only a side-effect. Also, no longer set the player's profession here, since that is done in addon:Scan().
Changed the OnClick handler for ARL_ArmorButton to toggle armor filters iteratively rather than individually.
Changed the OnClick handler for ARL_WeaponButton to toggle weapon filters iteratively rather than individually.
Renamed addon:GenericMakeCB() to Generic_MakeCheckButton().
Renamed addon:CreateExpCB() to CreateExpandedPanelCheckButton().