Hi, I'm working on a Gtk2 port of Dillo to use on my Zaurus (with the GPE rom from OpenZaurus). Before everyone starts saying "That's stupid, Gtk2 is so bloated and slow, why would you want to do that?", let me say that right now I'm using the Gtk2 port of Dillo 0.6.6, which as you all know is ancient and renders html badly compared to newer versions of Dillo, but it's still the best and fastest browser I can get to work on GPE. So periodically I'll be asking "What does this thing do?"-type questions on this list as I try to make current Dillo compile and run with Gtk2. For now I just want to request that all the deprecated (GtkArgSetFunc) NULL and (GtkArgGetFunc) NULL casts be removed and changed to simply NULL as recommended here: http://developer.gnome.org/doc/API/2.2/gtk/gtk-changes-1-2.html This has nothing to do with Gtk2, in fact eventually I should change all the GtkObject stuff to GObject stuff anyway, but when I first blindly tried to make it compile that was the error that came up the most, and it can and should be changed upstream. Cheers, Keenan Pepper