In article
,
Chris Young wrote:
> this is the only way to convince a new (blank) tab to have new history.
Should be fixed now.
--
Michael Drake (tlsa) http://www.netsurf-browser.org/
On Sat, 08 Feb 2014 23:48:02 + (GMT), Michael Drake wrote:
> In article
> ,
>Chris Young wrote:
> > Yes, I know. But this is the only way to convince a new (blank) tab
> > to have new history.
>
> Yep, I've just been looking at how to make the core handle it. I'll fix
> tomorrow. It w
In article
,
Chris Young wrote:
> On Sat, 08 Feb 2014 23:06:56 +, Commit Mailer wibbled on for an age:
> > + /* Front end /really/ should not be doing this. */
> > history_destroy(bw->history);
> > - bw->history = history_create();
> > + bw->history = history_create(bw);
> Yes,
On Sat, 08 Feb 2014 23:06:56 +, Commit Mailer wibbled on for an age:
> + /* Front end /really/ should not be doing this. */
> history_destroy(bw->history);
> - bw->history = history_create();
> + bw->history = history_create(bw);
Yes, I know. But this is the only way to con