From: Michael N. <mit...@cs...> - 2000-05-05 15:42:25
|
Andy Thaller wrote: > > The part in print_gimp.h > > #if !defined(GIMP_MINOR_VERSION) || (GIMP_MAJOR_VERSION == 1 && > GIMP_MINOR_VERSION == 0) || (GIMP_MAJOR_VERSION == 1 && GIMP_MINOR_VERSION == > 1 && GIMP_MICRO_VERSION < 21) > #define GIMP_1_0 > #endif > > unhibits saving of the printrc file for any version of gimp-1.1 but 1.1.21 > because it tried to save to ~/.gimp/printrc > probaply we should have a GIMP_1_0, GIMP_1_1 and GIMP_1_2 or something like > that? Andy, I've just commited a patch which checks for (GIMP_MINOR_VERSION == 0) instead of GIMP_1_0 in this case. Should work now for all Gimp versions. bye, --Mitch |