Further to Rob's post, I've one additional concern:
On Mon, 2008-05-19 at 01:32 +0000, [EMAIL PROTECTED] wrote:++void nsgtk_about_dialog_init(GtkWindow *parent, struct browser_window *bw, char *version) {
^^^^I'd prefer this to be const and, if you really do need to do so, cast const away inside this function rather than in the caller.
J.
