remove more of deprecated Gtk stuff
This commit is contained in:
@@ -84,7 +84,7 @@ void GroupDialog_updatePageTitle( GtkWindow* window, std::size_t pageIndex ){
|
||||
}
|
||||
}
|
||||
|
||||
static gboolean switch_page( GtkNotebook *notebook, GtkNotebookPage *page, guint page_num, gpointer data ){
|
||||
static gboolean switch_page( GtkNotebook *notebook, GtkWidget *page, guint page_num, gpointer data ){
|
||||
GroupDialog_updatePageTitle( GTK_WINDOW( data ), page_num );
|
||||
g_current_page = page_num;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user