--- wxwidgets2.6-2.6.3.2.1.5build1/debian/changelog 2006-11-02 12:27:55.000000000 +0200 +++ wxwidgets2.6-2.6.3.2.1.5ubuntu1/debian/changelog 2006-12-13 22:36:54.000000000 +0200 @@ -1,3 +1,10 @@ +wxwidgets2.6 (2.6.3.2.1.5ubuntu1) feisty; urgency=low + + * Fix for GTK warnings in wxNotebook::DoRemovePage + (Closes: LP#59138) + + -- Matti Lindell Wed, 13 Dec 2006 22:35:54 +0200 + wxwidgets2.6 (2.6.3.2.1.5build1) feisty; urgency=low * Rebuild for ldbl128 change on powerpc and sparc. --- wxwidgets2.6-2.6.3.2.1.5build1/src/gtk/notebook.cpp 2006-05-01 07:38:40.000000000 +0300 +++ wxwidgets2.6-2.6.3.2.1.5ubuntu1/src/gtk/notebook.cpp 2006-12-13 21:16:38.000000000 +0200 @@ -2,7 +2,7 @@ // Name: notebook.cpp // Purpose: // Author: Robert Roebling -// Id: $Id: notebook.cpp,v 1.120.2.2 2006/03/06 02:20:17 MR Exp $ +// Id: $Id: notebook.cpp,v 1.120.2.3 2006/11/14 16:23:20 JS Exp $ // Copyright: (c) 1998 Robert Roebling, Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -599,7 +599,6 @@ gtk_widget_ref( client->m_widget ); gtk_widget_unrealize( client->m_widget ); - gtk_widget_unparent( client->m_widget ); // gtk_notebook_remove_page() sends "switch_page" signal with some strange // new page index (when deleting selected page 0, new page is 1 although,