Re: dillo.cc cleanup and bugfix
123 <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 14, 2012 at 07:00:17PM +0000, corvid wrote: > Johannes wrote: > > On Sun, Jun 10, 2012 at 10:39:21PM +0400, 123 wrote: > > > aboutblank.diff removes unnecessary check. > > > > Removed check for about:blank as start_page, it is not a special case. > > > > Committed. > > about:blank no longer gives focus to Location. Right, it is because a_UIcmd_open_url works differently for NULL and about:blank. And it is commented in *identical* static function UIcmd_open_url_nbw. I overlooked this difference. If you change it back, add comment please.