Index: plugins/gtk+/glade-gtk.c =================================================================== --- plugins/gtk+/glade-gtk.c (revision 1832) +++ plugins/gtk+/glade-gtk.c (working copy) @@ -7308,6 +7308,9 @@ if (pages) { + /* also sets pages "complete" and thus allows navigation under glade */ + glade_gtk_assistant_update_page_type (assistant); + gtk_assistant_set_current_page (assistant, 0); glade_widget_property_set (glade_widget_get_from_gobject (object), "size", pages);