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 mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[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
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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

2011-08-18 Thread trapDoor
In gimp-repo/app/dialogs/about-dialog.c I've got this:
#include config.h
#include string.h
[...]
#include about.h

So I run autogen.sh to generate config.h and about.h and edited the
following two lines in the first file:
#define PACKAGE_STRING GIMP 2.7.3  #define 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 in the About window..


-- 
Thanks,
Tomasz

On Thu, Aug 18, 2011 at 10:46 PM, trapDoor trapdo...@gmail.com wrote:
 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

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer