Re: Tab closing order
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20121108032247.GA6098@local> |
The valgrind logs found something with this: http://starurchin.org/dillo/valgrind/b8b4ffc070d8c2dc439c384f0b9d7a57fe5ee6b2.html I think line 337 in Jeremy's dillo corresponds to 326 in stock dillo, which would be "if (btn->focus_num() > fbtn->focus_num())", so probably tabs that have never been focused just need a focus_num of 0 or something...