Sometime on Dec 29, G Karunakar assembled some asciibets to say:
A straightfwd thing i can see is to port the interface to gtk2.x , its currently using..gtk 1.2.x.. which is kind of ancient... from the code it seems some part maybe simple some part (where some extended widgets used) would be tricky.. or maybe redone..
My initial scan of the code says that it wouldn't be too hard to get it to compile with gtk-2.x. There's some constant that has to be defined to make gtk-2.0 use deprecated widgets. This will get around the initial problem without much code change.
Once that is done, we can look at replacing deprecated widgets with their recommended replacements.