> Months ? Are you serious ? gtm and gtktalog have been ported in less > than 3 hours. May be not the same project, but porting an application to > GTK 2 doesn't need months...
Have you already develop some apps with gtk+1.2/2 ? Lists, trees and text widget are totally differents, all these parts of code should be rewritten. After looking at grisbi package : $ cat *.[ch] | wc -l 82364 I don't think you can modify 80 000 lines of code in 3 hours! But if you can make the port in some hours do it, it would be great ;-) Most of the gtk/gnome apss have been ported to gtk2 in months (look at gnomeicu, anjuta, xchat, ...). Cheers, Sebastien Bacher

