forked from AuroraMiddleware/gtk
Correct emission of switch-page from the menu
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=624687
This commit is contained in:
parent
13dba0a461
commit
186f858d86
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user