<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,16 @@ local L = {
 }
 
 
+-- I hate that I have to do this, but Blizz's option frame fucks up the setting unless it was set from their option frame
+local ShowCloak, ShowHelm, noop = ShowCloak, ShowHelm, function() end
+_G.ShowCloak, _G.ShowHelm = noop, noop
+
+for _,check in pairs{InterfaceOptionsDisplayPanelShowCloak, InterfaceOptionsDisplayPanelShowHelm} do
+	check:Disable()
+	check.Enable = noop
+end
+
+
 local hcheck = CreateFrame(&quot;CheckButton&quot;, &quot;HelmCheckBox&quot;, PaperDollFrame, &quot;OptionsCheckButtonTemplate&quot;)
 hcheck:ClearAllPoints()
 hcheck:SetWidth(22)
@@ -41,4 +51,3 @@ ccheck:SetToplevel(true)
 
 hcheck:SetChecked(ShowingHelm())
 ccheck:SetChecked(ShowingCloak())
-</diff>
      <filename>HatTrick.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b71ff5db04d14dcbd785b410e6c644b5f77c8a19</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/hattrick/commit/9e3db47f49981080afb256ec0a2fad3f554b6db4</url>
  <id>9e3db47f49981080afb256ec0a2fad3f554b6db4</id>
  <committed-date>2008-08-22T20:18:25-07:00</committed-date>
  <authored-date>2008-08-22T20:18:25-07:00</authored-date>
  <message>Override ShowCloak and ShowHelm, disable defaul UI's checkboxes... since they turn the helm/cloak back on when opened</message>
  <tree>c4288f7d8cea811625cc3c1931abb66777c451a8</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
