Re: [Gimp-developer] [PATCH] Fix some memleaks

2011-08-18 Thread Kevin Cozens
On 11-08-17 01:16 PM, Nelson A. de Oliveira wrote: > Updated patch available at > http://people.debian.org/~naoliv/misc/0001-Fix-some-memleaks-2.txt Patch was committed as revision ce3db28f5abe3667a97be3ad2d44a0794efecb16. Thanks again for spotting the leaks and the patch. ___

[Gimp-developer] Editing GIMP 'About' version string

2011-08-18 Thread trapDoor
Hello, I failed to figure this out myself and couldn't find any information on Internet hence my e-mail. I build gimp from git and I'd like to include last git commit followed by date in the 'About' version string. Where should I make the alteration? -- Thanks, Tomasz

Re: [Gimp-developer] Editing GIMP 'About' version string

2011-08-18 Thread trapDoor
PACKAGE_STRING "GIMP 2.7.3+ gitc0208e7-20110818 " #define PACKAGE_VERSION "2.7.3" > #define PACKAGE_VERSION "2.7.3+ gitc0208e7-20110818" Can't see anything like version string in about.h so didn't touch it. After building and installing there's no change