> Other strange thing is that if I delete completely the whole user > directory (the one begining with a dot), as if GIMP were fresh > installed, the new image dimension is 610x377 in GIMP 2.7.x instead of > 640x400 in GIMP 2.6.x. > > Cristi > This is how it is defined, if making your own, adjust app/core/gimptemplate.h to suit (I think) #ifdef GIMP_UNSTABLE #define GIMP_DEFAULT_IMAGE_WIDTH 610 #define GIMP_DEFAULT_IMAGE_HEIGHT 377 #else #define GIMP_DEFAULT_IMAGE_WIDTH 640 #define GIMP_DEFAULT_IMAGE_HEIGHT 400 -- Owen _______________________________________________ gimp-developer-list mailing list gimp-developer-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gimp-developer-list