GTk warning messages line 293 of gquilt_gtk.py
Brought to you by:
peter_ono
width: assertion GTK_IS_CONTAINER (container)' failed
self.show()
/home/peter/WSRC/gquilt/gquilt_gtk.py:293: GtkWarning: gtk_box_set_spacing: assertionGTK_IS_BOX (box)' failed
self.show()
/home/peter/WSRC/gquilt/gquilt_gtk.py:293: GtkWarning: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
self.show()
In display() function of update_dialog() class.
Anonymous