9f871759a4f1724172c152ed9a3b4916ae273e96 |
|
30-Mar-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11257@tres: ted | 2006-03-29 21:29:33 -0800
Removing the caching of the widgets in the extension editor. This
removes a GTKmm call to unparent, which isn't supported in 2.4.x. It
might have been nice, but really computers are fast enough to redraw
widgets today. |
663e35ea00a2d338983732808b5e043124f093cc |
|
29-Mar-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11026@tres: ted | 2006-03-02 00:03:49 -0800
Well, adding an unparent() here seems to make things much happier. I'm
not sure why remove() doesn't do an unparent() also, I think this may
be a bug in GTKmm where it assumes that other code won't have a reference
to an object, but I'm not sure. Anyway, this should be safe even if
the bug is fixed, and it works now. |