no changes, just replaced C comment with a C++ one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,9 +120,8 @@ static void gtk_notebook_page_change_callback(GtkNotebook *WXUNUSED(widget),
|
|||||||
{
|
{
|
||||||
if ( !notebook->SendPageChangingEvent(page) )
|
if ( !notebook->SendPageChangingEvent(page) )
|
||||||
{
|
{
|
||||||
/* program doesn't allow the page change */
|
// program doesn't allow the page change
|
||||||
g_signal_stop_emission_by_name (notebook->m_widget,
|
g_signal_stop_emission_by_name(notebook->m_widget, "switch_page");
|
||||||
"switch_page");
|
|
||||||
}
|
}
|
||||||
else // change allowed
|
else // change allowed
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user