Correct emission of switch-page from the menu

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=624687
This commit is contained in:
Christian Dywan 2010-07-23 13:52:23 +02:00
parent 13dba0a461
commit 186f858d86

View File

@ -6255,7 +6255,7 @@ gtk_notebook_menu_switch_page (GtkWidget *widget,
g_signal_emit (notebook,
notebook_signals[SWITCH_PAGE],
0,
page,
page->child,
page_num);
}