GNOME Bugzilla – Bug 588693
It's not possible to reduce the number of pages in an assistant
Last modified: 2010-08-29 17:18:17 UTC
When I create an assistant, I can increase the number of pages, but I can't decrease them. It's created with 3, and I can't make it be 2. If I increase it to 4, I can't get to 3 again.
This is also the case in VBox and HBox.
The GtkBox will not let you decrease items if you have a widget in the last position (i.e. it would cause an orphaned project widget not retrievable after undo/redo). GtkBox also has context menu items "insert before/after" and also "remove slot" to simply remove a placeholder. What we need to do is implement the same kindof handling we do for notebooks in the assistant.
*** This bug has been marked as a duplicate of bug 500463 ***