gtk2: GtkNotebookPage is useless

And not supported by gtk3
This commit is contained in:
Gregory Hainaut 2014-12-08 20:38:46 +01:00
parent e9233f4698
commit 5d8b2d8044
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ void joy_changed(GtkComboBoxText *box, gpointer user_data)
conf->set_joyid(current_pad, joyid);
}
void pad_changed(GtkNotebook *notebook, GtkNotebookPage *notebook_page, int page, void *data)
void pad_changed(GtkNotebook *notebook, void *notebook_page, int page, void *data)
{
current_pad = page;
key_tree_manager->set_show_pad(current_pad&1);