Thread Tools Display Modes
06-25-18, 05:39 AM   #1
thomasjohnshannon
A Theradrim Guardian
 
thomasjohnshannon's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 68
Duplicate Function in UIParent.lua

Not really a bug but you have a duplicate function in UIParent.lua starting at line 911.

Lua Code:
  1. function ToggleCommunitiesFrame()
  2.     Communities_LoadUI();
  3.     ToggleFrame(CommunitiesFrame);
  4. end
  5.  
  6. function ToggleCommunitiesFrame()
  7.     Communities_LoadUI();
  8.     ToggleFrame(CommunitiesFrame);
  9. end


PS: You also have FACTION_BAR_COLORS declared as a global in two locations. It can be found in ReputationFrame.lua and ReputationBar.lua.
__________________
Thomas aka Urnn

Last edited by thomasjohnshannon : 06-25-18 at 05:42 AM.
  Reply With Quote
06-25-18, 03:25 PM   #2
TSquared
Big Daddy!
Join Date: May 2008
Posts: 527
Thanks for the info!
  Reply With Quote

WoWInterface » PTR » PTR UI Bugs » Duplicate Function in UIParent.lua

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off