View Bug Report
2.3.0-174: minimap icon (fubarplugin) contains obsolete code for left-click
Bug #: 4999
File: Aloft
Date: 10-24-08 02:09 AM
By: Dridzt
Status: Fixed
Lines 121-125 of AloftFu.lua
Code:
if Aloft:GetEnemyNameplates() then
	Aloft:SetEnemyNameplates(false)
else
	Aloft:SetEnemyNameplates(true)
end
can be replaced with
Code:
Aloft:ToggleEnemyNameplates()
SetEnemyNameplates has been removed.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: acapela - 10-25-08 06:30 PM
yes, fell through the cracks while trying to re-establish FuBar support. this has been fixed (hopefully, and without side-effects).

thanks!