From: Dave H. <da...@mi...> - 2000-04-13 11:08:24
|
Hi The current defines in gtk*.c and gimp*.c don't work anyway, because the only definition of GIMP_1_0 is in print.c. To make them work this definition needs moving to print_gimp.h. Also, in gtk*, the whole code should be surrounded by #ifdef GIMP_1_0, otherwise you will be compiling both sets for gimp 1.1.x. The reason I note this is because I am still using gimp 1.0.4, I haven't "upgraded" to the development version. I have a set of patches ready to submit for these changes, also to fix a couple of minor bugs:- "Adjust" is spelt wrong in gtk_color_window.c The PPD file box and browser button appear when they shouldn't. If you select a printer from the list and select an option for it (e.g. media source), then select a printer with no media source selections, the previous source is used instead of it being reset. This applies to media_types, media_sources, ink_types and resolutions. Dave -- Dave Hill, Kempston, Bedford UK da...@mi... davehill at users.sourceforge.net Sicth munce ago, I cutn't evun spel enjuneer, and now I are one! |