Mercurial > wow > itemauditor
comparison Modules/Frames.lua @ 159:fbfd9dfa6d2b tip
[mq]: minorStuff
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 09 Jan 2011 07:38:22 -0800 |
parents | f37ab41f1928 |
children |
comparison
equal
deleted
inserted
replaced
158:7ebe0a85d539 | 159:fbfd9dfa6d2b |
---|---|
25 displayFrame:SetStatusText('') | 25 displayFrame:SetStatusText('') |
26 end | 26 end |
27 end | 27 end |
28 | 28 |
29 currentContent = cb(container) | 29 currentContent = cb(container) |
30 assert(currentContent, format("The callback for %s must return a frame in order for tab switching to work.", tostring(group))) | |
30 end | 31 end |
31 | 32 |
32 function Frames.CreateFrame(selectedTab) | 33 function Frames.CreateFrame(selectedTab) |
33 | 34 |
34 if not displayFrame then | 35 if not displayFrame then |