Quantcast

In addon:DisplayTextDump(): Renamed addon.ARLCopyFrame to addon.copy_frame, which is now assigned from a local variable instead of being referenced multiple times.

Author torhal <torhal@dummy.example.com>
Author date 2009-09-22 02:02:03
Author local date 2009-09-22 02:02:03 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-09-22 02:02:03
Committer local date 2009-09-22 02:02:03 +0000
Commit bea9ec600ab1961a40a429649063dbb870d0a81f
Tree 1b6fbb6282465a035191cd3934660f8bc8815590
Parent 8a9a22b08b4ebba6e82e6d2eb4e6b0eeb0a8dca8
In addon:DisplayTextDump(): Renamed addon.ARLCopyFrame to addon.copy_frame, which is now assigned from a local variable instead of being referenced multiple times.
Moved PaneBackdrop into a do-block with addon:DisplayTextDump(), since it's only used there.
Moved initial setting of the text and tooltip for ARL_ExpandButton from addon:DisplayFrame() to InitializeFrame().
Removed addon.ExpandAll_Clicked() - its contents are now the OnClick handler for ARL_ExpandButton.
Renamed TooltipDisplay() to SetTooltipScripts().