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:
William Jon McCann 2014-01-28 22:36:16 -05:00
parent b69ac965ea
commit 9698d73ade

View File

@ -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 */