GNOME Bugzilla – Bug 640297
glade crashes if you drag the "< define a new column >" row of List Stores & Tree Stores when no columns are defined
Last modified: 2011-01-23 04:40:25 UTC
Based on an Ubuntu bug report: https://bugs.edge.launchpad.net/ubuntu/+source/glade-3/+bug/706432 Steps to reproduce this: * start Glade in GtkBuilder mode and create a "List Store" tree model * make sure the new list store is selected in the object tree * in the properties editor, there is a treeview to add columns to the list store; do NOT add any columns * drag the row that reads "< define a new column >" to the empty space below it in the treeview This makes Glade "crash" with the following line: GladeUI-GTK:ERROR:glade-column-types.c:456:columns_changed_idle: assertion failed: (columns) First discovered by somebody using a wacom tablet, as it's easy then to accidentally drag something when you just try to click. Tested with 3.7.0 & 3.7.3 official packages on Ubuntu.
Actually, that should be versions 3.6.7 & 3.7.3 packages in Ubuntu, not 3.7.0, sorry! I have also tested 3.6.7 in Fedora 14 with the same crash as a result.
Same happens when editing Tree Stores...
I fixed this last week in master. Its a duplicate of some bug...
*** This bug has been marked as a duplicate of bug 633943 ***