On Wed May 02 12:24:55 2007, cheyne@nd.gov wrote:
Show quoted text> Hello,
>
> There is a bug in Notebook, the delete_page method deletes the entire
> notebook instead of just one page.
> Here is a patch to delete only the selected page.
>
> 530c530
> < $this->getobj($page)->SUPER::DESTROY();
> ---
> > $this->SUPER::DESTROY($page);
>
>
> Thanks,
> Chris
Turns out that this was applied silently at some point prior to my
maintainership. Hooray for zero-effort fixes!