Re: Program Crashes when Removing a Page

2009-11-01 Thread dhk
David Nečas wrote: > On Fri, Oct 30, 2009 at 06:09:16AM -0400, dhk wrote: >> I have a notebook that crashes the program when >> gtk_notebook_remove_page(GTK_NOTEBOOK(nb), page_num) is called. Each >> page of the notebook has a lot of stuff on it and the crash always >> happens on the same page. T

Re: Program Crashes when Removing a Page

2009-10-30 Thread David Nečas
On Fri, Oct 30, 2009 at 06:09:16AM -0400, dhk wrote: > I have a notebook that crashes the program when > gtk_notebook_remove_page(GTK_NOTEBOOK(nb), page_num) is called. Each > page of the notebook has a lot of stuff on it and the crash always > happens on the same page. The source of gtk_notebook

Program Crashes when Removing a Page

2009-10-30 Thread dhk
I have a notebook that crashes the program when gtk_notebook_remove_page(GTK_NOTEBOOK(nb), page_num) is called. Each page of the notebook has a lot of stuff on it and the crash always happens on the same page. The source of gtk_notebook_remove_page() looks like it recursively traverses the page a