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:
parent
5778b3c800
commit
fea909e19e
@ -120,9 +120,8 @@ static void gtk_notebook_page_change_callback(GtkNotebook *WXUNUSED(widget),
|
||||
{
|
||||
if ( !notebook->SendPageChangingEvent(page) )
|
||||
{
|
||||
/* program doesn't allow the page change */
|
||||
g_signal_stop_emission_by_name (notebook->m_widget,
|
||||
"switch_page");
|
||||
// program doesn't allow the page change
|
||||
g_signal_stop_emission_by_name(notebook->m_widget, "switch_page");
|
||||
}
|
||||
else // change allowed
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user