Patch for GTKextra-2
Jan Kohnert <[email protected]> Sun, 25 Apr 2004 21:22:05 +0200
| Newsgroups | gmane.comp.scigraphica.devel |
|---|---|
| Message-ID | <[email protected]> |
GTKextra in current CVS does not compile because of a misstyping in gtkpsfonts.c Tha following patch fixes this problem. Thanks to google!!! Best regards Jan -- OpenPGP public key available: http://home.arcor.de/jan.kohnert/gnupg_publickey.asc Key-Fingerprint: BA8E 11D1 FE7C 9353 7276 5375 486E 9BED 2B03 DF29
gtkpsfont.diff
(text/x-diff, 282 B)
--- gtkextra-2/gtkextra/gtkpsfont.c 2003-05-21 20:47:31.000000000 +0200
+++ gtkextra-2/gtkextra/gtkpsfont.c 2004-04-23 14:41:05.000000000 +0200
@@ -357,7 +357,7 @@
{
GList *list;
- if(psfont_refcont <= 0) return;
+ if(psfont_refcount <= 0) return;
psfont_refcount--;
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQBAjA/dSG6b7SsD3ykRAmKcAJ0RncXA5EoZDY+Rm5BCX0naKCGbKACglRG9 CDhVzHV1S68/wqbe5F85XZ4= =4aqj -----END PGP SIGNATURE-----