On 4/30/06, Bryce Harrington <bryce@...961...> wrote:
Cool, would you mind uploading this to the patch tracker on the website? That is the official place for patches.
I have added it to the patch tracker, but it sounds like i've got a couple things to fix yet (at least the translatable strings you mentioned)
Actually, this is *great*. The GTK+ dialogs are legacy; our intention has been to move all of them to gtkmm. Ultimately, I think we'd like to move entirely to gtkmm, so I would definitely encourage you to explore this interest. :-)
I'm really glad to hear this. You can probably count on me to try to clean up a few of the other dialogs then :). Moving fully to gtkmm is going to take a long time and a lot of work, but I personally think it's well worthwhile.
That's right. I had originally cleared the widgets in the destructors but it actually caused problems. I suspect things may be getting cleared at some other level, so I don't think the current code leaks memory or anything, but can't prove it.
Ok. good to know. Thanks for your response.
Jonner