Skip to content

Commit

Permalink
Embed update
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Aug 23, 2008
1 parent 916a292 commit 483a14b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tekKonfigAboutPanel.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

local lib, oldminor = LibStub:NewLibrary("tekKonfig-AboutPanel", 3)
local lib, oldminor = LibStub:NewLibrary("tekKonfig-AboutPanel", 4)
if not lib then return end


Expand Down Expand Up @@ -110,4 +110,6 @@ function lib.OnShow(frame)
anchor = title
end
end

frame:SetScript("OnShow", nil)
end

0 comments on commit 483a14b

Please sign in to comment.