FishingBuddy.Locations.SwitchDisplay();
FishingBuddy.Locations.SwitchButton_OnEnter();
GameTooltip:Hide();
FishingBuddy.CheckButton_OnClick();
FishingBuddy.Locations.DisplayChanged();
this:SetFrameLevel(this:GetFrameLevel() + 1);
getglobal(this:GetName()):SetText(ALL);
FishingLocationsCollapseAllButton_OnClick();
FauxScrollFrame_OnVerticalScroll(FishingBuddy.Locations.FRAME_THINGIEHEIGHT, FishingBuddy.Locations.Update);
FishingBuddy.Locations.OnLoad();
FishingBuddy.Locations.OnEvent();
FishingBuddy.Locations.OnShow();
-- FishingLocationsFrame_OnMouseWheel(arg1);
return;