Re: dillo.cc cleanup and bugfix
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 16, 2012 at 02:49:47AM +0400, 123 wrote: > a_UIcmd_open_url and UIcmd_open_url_nbw are identical. Difference is > in argument name and comment. > > Why not remove UIcmd_open_url_nbw and replace it with > a_UIcmd_open_url? For simplicity. It is easier to differentiate the multiple situations: open in a new tab, in a new window, new bw (abstract). As a general rule we're not trying to optimize for size as the most important criteria these days; simplicity has served us better over the years. -- Cheers Jorge.-