<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,19 @@
 
 local db
+local f = CreateFrame(&quot;Frame&quot;)
+f:RegisterEvent(&quot;ADDON_LOADED&quot;)
+f:SetScript(&quot;OnEvent&quot;, function(frame, event, addon)
+	if addon ~= &quot;Engravings&quot; then return end
 
-local obj = DongleStub(&quot;Dongle-1.0&quot;):New(&quot;Engravings&quot;)
-
-
-function obj:Initialize()
 	EngravingsDB = EngravingsDB or {}
 	if EngravingsDB.profiles then EngravingsDB = EngravingsDB.profiles.global or {} end
 	db = EngravingsDB
 
 	Engravings[&quot;Engraving:&quot;] = db
-end
+
+	f:UnregisterEvent(&quot;ADDON_LOADED&quot;)
+	f:SetScript(&quot;OnEvent&quot;, nil)
+end)
 
 SLASH_ENGRAVINGS1 = &quot;/engrave&quot;
 SlashCmdList.ENGRAVINGS = function(msg)</diff>
      <filename>CustomEngravings.lua</filename>
    </modified>
    <modified>
      <diff>@@ -10,14 +10,10 @@
 
 ## SavedVariables: EngravingsDB
 
-## OptionalDeps: Dongle
-
 ## LoadManagers: AddonLoader
 ## X-LoadOn-Always: delayed
 
-Dongle.lua
-
-EngravingsPresets.lua
 Engravings.lua
 
 CustomEngravings.lua
+EngravingsPresets.lua</diff>
      <filename>Engravings.toc</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Dongle.lua</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>45cecdc724f50d82ee9af7122bcf27a17c45dfce</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub Stoutwrithe</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/engravings/commit/66765890e2829ff7c6b376940a0f94ec77e41769</url>
  <id>66765890e2829ff7c6b376940a0f94ec77e41769</id>
  <committed-date>2008-04-26T19:50:18-07:00</committed-date>
  <authored-date>2008-04-26T19:48:23-07:00</authored-date>
  <message>We can handle ADDON_LOADED on our own, no more Dongle!</message>
  <tree>6980f3aa1f4e2cca07940233e2b944c70cfed0b8</tree>
  <committer>
    <name>Tekkub Stoutwrithe</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
