<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,14 +1,15 @@
 
-local lib, oldminor = LibStub:NewLibrary(&quot;tekKonfig-AboutPanel&quot;, 2)
+local lib, oldminor = LibStub:NewLibrary(&quot;tekKonfig-AboutPanel&quot;, 3)
 if not lib then return end
 
 
 function lib.new(parent, addonname)
 	local frame = CreateFrame(&quot;Frame&quot;, nil, UIParent)
-	frame.name, frame.parent, frame.addonname = &quot;About&quot;, parent, addonname
+	frame.name, frame.parent, frame.addonname = parent and &quot;About&quot; or addonname, parent, addonname
 	frame:Hide()
 	frame:SetScript(&quot;OnShow&quot;, lib.OnShow)
 	InterfaceOptions_AddCategory(frame)
+	return frame
 end
 
 
@@ -69,7 +70,7 @@ function lib.OnShow(frame)
 
 	local title = frame:CreateFontString(nil, &quot;ARTWORK&quot;, &quot;GameFontNormalLarge&quot;)
 	title:SetPoint(&quot;TOPLEFT&quot;, 16, -16)
-	title:SetText(frame.parent..&quot; - About&quot;)
+	title:SetText((frame.parent or frame.addonname)..&quot; - About&quot;)
 
 	local subtitle = frame:CreateFontString(nil, &quot;ARTWORK&quot;, &quot;GameFontHighlightSmall&quot;)
 	subtitle:SetHeight(32)</diff>
      <filename>tekKonfigAboutPanel.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>92cc23aa9c16aa0f832f10579366921b7b8c690b</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/quickie/commit/7537e2a7a58b5996243fc11caa2d7ba6584b4ec5</url>
  <id>7537e2a7a58b5996243fc11caa2d7ba6584b4ec5</id>
  <committed-date>2008-07-06T17:20:10-07:00</committed-date>
  <authored-date>2008-07-06T17:20:10-07:00</authored-date>
  <message>Upgrade tekKonfigAboutPanel</message>
  <tree>7256170767faae9cf2a7ad07f2b286fb1c991560</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
