Comment 4 for bug 303453

Revision history for this message
Murray Cumming (murrayc) wrote :

Fixed with this commit in the svn 1.8 branch:

2008-12-08 Murray Cumming <email address hidden>

 * glom/utility_widgets/canvas/canvas_group_grid.cc: create_lines():
 Do not create the grid lines with 0 steps, to avoid a hang.
 Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/303453
 (elmergato)

and this commit in the svn branch:

2008-12-08 Murray Cumming <email address hidden>

 * glom/utility_widgets/canvas/canvas_group_grid.cc: create_lines():
 Do not create a GooCanvasGrid with 0 steps, so Glom works with versions
 of GooCanvas without the bug fix.
 Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/303453
 (elmergato)