<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -91,9 +91,6 @@ function SlashCmdList.TEKPADSLASH() ShowUIPanel(panel) end
 
 local ldb = LibStub and LibStub:GetLibrary(&quot;LibDataBroker-1.1&quot;, true)
 if ldb then
-	ldb:NewDataObject(&quot;tekPad&quot;, {
-		type = &quot;launcher&quot;,
-		icon = &quot;Interface\\Icons\\INV_Misc_Note_01&quot;,
-		OnClick = SlashCmdList.TEKPADSLASH,
-	})
+	local dataobj = ldb:GetDataObjectByName(&quot;tekPad&quot;) or ldb:NewDataObject(&quot;tekPad&quot;, {type = &quot;launcher&quot;, icon = &quot;Interface\\Icons\\INV_Misc_Note_01&quot;})
+	dataobj.OnClick = SlashCmdList.TEKPADSLASH
 end</diff>
      <filename>tekPad.lua</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,10 @@
 
 ## SavedVariables: tekPadDB
 
+## LoadManagers: AddonLoader
+## X-LoadOn-Slash: /tekpad, /pad
+## X-LoadOn-LDB-Launcher: Interface\Icons\INV_Misc_Note_01
+
 LibStub.lua
 tekPanelAuction.lua
 </diff>
      <filename>tekPad.toc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0759ba5483f2dde2d8f3ada94863e396b675a4d2</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/tekpad/commit/854ca37c51076dd3535a614b325039097a60d7ff</url>
  <id>854ca37c51076dd3535a614b325039097a60d7ff</id>
  <committed-date>2008-08-23T13:13:44-07:00</committed-date>
  <authored-date>2008-08-23T12:51:37-07:00</authored-date>
  <message>AddonLoader support, sweeeeeeet</message>
  <tree>20242981689b21cd9329684f77ef52760216a25e</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
