don't use gtk_notebook_insert_page() return value as some old GTK+ versions (the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Mar 2008 00:28:45 +0000 (00:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Mar 2008 00:28:45 +0000 (00:28 +0000)
commitec968480032839336ccc7755f5425d02b8450d21
tree16eda3be377dfc11b4837f04eabafa565c595ca8
parent1be45608e7f6d31f89b12139a42361f555ad68fc
don't use gtk_notebook_insert_page() return value as some old GTK+ versions (the one in Solaris 9 for instance) don't have it; also don't use gtk_notebook_get_nth_page() which we need this return value for at all in the trunk as it seems to be unnecessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/notebook.cpp