forked from AuroraMiddleware/gtk
assistant: set window title with page title
This will set the headerbar title when necessary https://bugzilla.gnome.org/show_bug.cgi?id=723212
This commit is contained in:
parent
b69ac965ea
commit
9698d73ade
@ -950,6 +950,8 @@ set_current_page (GtkAssistant *assistant,
|
||||
|
||||
update_title_state (assistant);
|
||||
|
||||
gtk_window_set_title (GTK_WINDOW (assistant), priv->current_page->title);
|
||||
|
||||
gtk_notebook_set_current_page (GTK_NOTEBOOK (priv->content), page_num);
|
||||
|
||||
/* update buttons state, flow may have changed */
|
||||
|
Loading…
Reference in New Issue
Block a user