git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37821
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
size_t i = 0;
GtkNotebook * notebook = GTK_NOTEBOOK(m_widget);
size_t i = 0;
GtkNotebook * notebook = GTK_NOTEBOOK(m_widget);
- if (gtk_notebook_get_scrollable(notebook));
+ if (gtk_notebook_get_scrollable(notebook))
i = g_list_position( notebook->children, notebook->first_tab );
for ( ; i < count; i++ )
i = g_list_position( notebook->children, notebook->first_tab );
for ( ; i < count; i++ )