summaryrefslogtreecommitdiff
path: root/graphics/giram/patches/patch-ak
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-25 19:20:28 +0000
committerwiz <wiz@pkgsrc.org>2002-01-25 19:20:28 +0000
commitcfb94a4276b97d21dc5bd51c29ea2e5b3be33d4f (patch)
tree05832939e40df4dcd126c51e9fe5612645cf299d /graphics/giram/patches/patch-ak
parenta8f045be982c023698b4cd80e3fd19735b01383f (diff)
downloadpkgsrc-cfb94a4276b97d21dc5bd51c29ea2e5b3be33d4f.tar.gz
Fix pkg/15110; also pass PKGLOCALEDIR so that the locale file
is installed into the correct dir.
Diffstat (limited to 'graphics/giram/patches/patch-ak')
-rw-r--r--graphics/giram/patches/patch-ak10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/giram/patches/patch-ak b/graphics/giram/patches/patch-ak
index 66d53476c25..9a3589f6081 100644
--- a/graphics/giram/patches/patch-ak
+++ b/graphics/giram/patches/patch-ak
@@ -1,8 +1,9 @@
-$NetBSD: patch-ak,v 1.2 1999/09/09 07:55:22 sakamoto Exp $
+$NetBSD: patch-ak,v 1.3 2002/01/25 19:20:29 wiz Exp $
---- ./src/tools.c.orig Sat Aug 7 11:17:42 1999
-+++ ./src/tools.c Thu Sep 9 09:17:58 1999
-@@ -371,5 +371,6 @@
+--- src/tools.c.orig Sat Aug 7 04:17:42 1999
++++ src/tools.c
+@@ -370,7 +370,8 @@
+ &MaskIcon,
&transparent,
Tools[i].Icon);
- TD->PixmapInBox[0] = gtk_pixmap_new(PixmapIcon, MaskIcon);
@@ -10,3 +11,4 @@ $NetBSD: patch-ak,v 1.2 1999/09/09 07:55:22 sakamoto Exp $
+ TD->PixmapInBox[TD->pos] = gtk_pixmap_new(PixmapIcon, MaskIcon);
/* Draw the little black triangle */
gc = gdk_gc_new((GTK_PIXMAP(TD->PixmapInBox[TD->pos]))->mask);
+ gdk_color_white(gdk_colormap_get_system(), &color);