Thread Tools Display Modes
04-21-07, 10:40 AM   #1
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations
Join Date: Oct 2006
Posts: 234
cyCircled now gots profiles!!

saw this post a lil bit ago, thought i'd share the news.
**************************************
Date: Sat Apr 21 06:28:42 2007
New Revision: 33299

Log:
cyCircled: Wooosh, profile support.

Modified:
trunk/cyCircled/core.lua

Modified: trunk/cyCircled/core.lua
==============================================================================
--- trunk/cyCircled/core.lua (original)
+++ trunk/cyCircled/core.lua Sat Apr 21 06:28:42 2007
@@ -21,6 +21,7 @@
cyCircled.cannotDetachTooltip = true
cyCircled.hasNoColor = true
cyCircled.hideWithoutStandby = true
+cyCircled.independentProfile = true

function cyCircled:OnInitialize()
self:RegisterDB("cyCircledDB")
@@ -106,6 +107,11 @@
end
end

+function cyCircled:OnProfileEnable()
+ self:ChangeSkin()
+ self:ChangeColors()
+end
+
function cyCircled:ChangeSkin()
for plugin, module in self:IterateModules() do
module:ApplySkin()
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » cyCircled now gots profiles!!


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