On Wed, 7 Apr 2010 11:06:43 +0200 julien steinhauser <[email protected]> wrote:
> On Wed, Apr 07, 2010 at 11:31:18AM +0200, Nibble wrote: > > reading the surf code I found the following two lines at > > loadstatuschange(): > > > > 423 if(c->download) > > 424 stop(c, NULL); > > > > Why are they there? > > I think these 2 lines are here to let the stop function > through the escape key handle also downloads and not only page loading. > so.. if the code to stop a download is the one that doesnt allows a download to work.. which kind of sense have to keep them? I would suggest adding a binding to stop downloads or stop loading pages.
