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 156613 - GtkTable breaks when decreasing number of rows or columns
GtkTable breaks when decreasing number of rows or columns
Status: RESOLVED DUPLICATE of bug 153823
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-27 17:58 UTC by Tristan Van Berkom
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2004-10-27 17:58:50 UTC
- Create a GtkTable
- Increase rows or columns (note that placeholders are added)
- Decrease rows or columns

Critical messages spewed to console, no effect in UI.

Note also that "paste" breaks if there are children, i.e.
Placeholders exist in the dupped copy as well as the children,
only the placeholders are viewable.

I believe that both of these issues are related and should be fixed
in glade-gtk.c (since GtkHBox/GtkVBox work fine in these respects).
Comment 1 Tristan Van Berkom 2004-10-27 20:15:50 UTC

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