[Add fixes to preserve Gtk as the package, and show the appropriate logo Neil Mitchell**20060818215220] { hunk ./src/Web/HTML.hsx 59 -searchPage webData inner = anyPage webData $ +searchPage webData@WebData{webPackage=webPackage} inner = anyPage webData $ hunk ./src/Web/HTML.hsx 61 + <% if null webPackage then "" else + "\""" + %> hunk ./src/Web/HTML.hsx 71 + <% if null webPackage then "" else + "" + %> hunk ./src/Web/HTML.hsx 125 -htmlFront webData = anyPage webData $ +htmlFront webData@WebData{webPackage=webPackage} = anyPage webData $ hunk ./src/Web/HTML.hsx 127 + <% if null webPackage then "" else + "\""" + %> hunk ./src/Web/HTML.hsx 134 - The Haskell API Search Engine
+ The Haskell API Search Engine + <% if null webPackage then "" else + " - Gtk2Hs edition" + %> +
hunk ./src/Web/HTML.hsx 142 + <% if null webPackage then "" else + "" + %> }