On Sat, 17 Oct 2009 14:02:42 +0300 Yavor Doganov <[email protected]> wrote:
> tags 551268 + pending > thanks > > The attached patch works for me (I took a similar approach like > Epiphany). However, the search module is still useless with WebKit; > I'll look deeper into it. Awesome, thanks! Two comments about the patch: 1) presumably you want to look for "gopher:" rather than just "gopher"? 2) Are spaces before the url stripped? g_str_is_prefix(s, "http:") won't match if 's' is " http://foo", for example. I'm not sure what you mean regarding the search module; typing random strings into the url does a proper google search for me w/ kazehakase-webkit. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

