After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588693 - It's not possible to reduce the number of pages in an assistant
It's not possible to reduce the number of pages in an assistant
Status: RESOLVED DUPLICATE of bug 500463
Product: glade
Classification: Applications
Component: user interface
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-15 17:43 UTC by Marco Túlio Gontijo e Silva
Modified: 2010-08-29 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Túlio Gontijo e Silva 2009-07-15 17:43:57 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.
Comment 1 Marco Túlio Gontijo e Silva 2009-07-20 19:18:28 UTC
This is also the case in VBox and HBox.
Comment 2 Tristan Van Berkom 2009-07-20 19:31:03 UTC
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.
Comment 3 Pablo Castellano (IRC: pablog) 2010-08-29 17:18:17 UTC

*** This bug has been marked as a duplicate of bug 500463 ***