<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -185,16 +185,15 @@ anchor:RegisterForClicks(&quot;RightButtonUp&quot;)
 anchor:Hide()
 
 local frames = {}
-for i=1,3 do
-	local f = CreateRollFrame()
-	f:SetPoint(&quot;TOPLEFT&quot;, next(frames) and frames[#frames] or anchor, &quot;BOTTOMLEFT&quot;, 0, -4)
-	table.insert(frames, f)
-end
-
 local function GetFrame()
 	for i,f in ipairs(frames) do
 		if not f.rollid then return f end
 	end
+
+	local f = CreateRollFrame()
+	f:SetPoint(&quot;TOPLEFT&quot;, next(frames) and frames[#frames] or anchor, &quot;BOTTOMLEFT&quot;, 0, -4)
+	table.insert(frames, f)
+	return f
 end
 
 </diff>
      <filename>teksLoot.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>29a4d322b50070c13323fd9fc58f996e6135299b</id>
    </parent>
  </parents>
  <author>
    <name>tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/teksloot/commit/9df37fa5ac8232ee8eb5d30a516784959ea60c59</url>
  <id>9df37fa5ac8232ee8eb5d30a516784959ea60c59</id>
  <committed-date>2009-08-16T12:17:46-07:00</committed-date>
  <authored-date>2009-08-16T12:17:46-07:00</authored-date>
  <message>Generate roll frames on demand, stupid default frames use 4 now</message>
  <tree>047be49dea9281d5191fc447b3ee440f30d61f63</tree>
  <committer>
    <name>tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
