aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-21 04:49:34 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-21 04:49:34 +0000
commitdd66fc9a435d89a0037dab14d35ad31235a85f69 (patch)
tree052137d26d406c37df8e04ebeaa1cd76a7178ca2 /src
parent1e2efad78c39b64848c6f43c228886bf63e02973 (diff)
correct icon used with Snappy theme
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/Backends/Xhtml/Themes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Themes.hs b/src/Haddock/Backends/Xhtml/Themes.hs
index 7346ac91..81a7e59b 100644
--- a/src/Haddock/Backends/Xhtml/Themes.hs
+++ b/src/Haddock/Backends/Xhtml/Themes.hs
@@ -37,7 +37,7 @@ themes :: [CssTheme]
themes = [
CssTheme "Classic" "xhaddock.css" ["xhaddock.css", iconFile],
CssTheme "Tibbe" "thaddock.css" ["thaddock.css", iconFile],
- CssTheme "Snappy" "shaddock.css" ["shaddock.css", iconFile],
+ CssTheme "Snappy" "shaddock.css" ["shaddock.css", "s_haskell_icon.gif"],
CssTheme "Nomi" "nhaddock.css" ["nhaddock.css", "hslogo-16.png"]
]