summaryrefslogtreecommitdiff
path: root/audio/xmms-sid
diff options
context:
space:
mode:
authormycroft <mycroft>2001-12-25 00:43:09 +0000
committermycroft <mycroft>2001-12-25 00:43:09 +0000
commitc8b4257272d4313b83af4ecd38468418e4c5e0e2 (patch)
treee876f0deb707eb9521ccff92b2b121735e88e64a /audio/xmms-sid
parent19523a56b6a137b04594ce9457484563b0889913 (diff)
downloadpkgsrc-c8b4257272d4313b83af4ecd38468418e4c5e0e2.tar.gz
Fix the about box.
Diffstat (limited to 'audio/xmms-sid')
-rw-r--r--audio/xmms-sid/distinfo3
-rw-r--r--audio/xmms-sid/patches/patch-ab15
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/xmms-sid/distinfo b/audio/xmms-sid/distinfo
index c10a2fedb89..f12247ede94 100644
--- a/audio/xmms-sid/distinfo
+++ b/audio/xmms-sid/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/12/25 00:21:57 mycroft Exp $
+$NetBSD: distinfo,v 1.3 2001/12/25 00:43:09 mycroft Exp $
SHA1 (xmms-sid-0.7.2.tar.gz) = 23a039c8bae276d3d1f402988dc644e15c37cc61
Size (xmms-sid-0.7.2.tar.gz) = 223161 bytes
SHA1 (patch-aa) = 321bb290d9aaefe8a956bfdd6161ae5e09231e30
+SHA1 (patch-ab) = 74ece586aeb96271bcacf30a8936af555570edde
diff --git a/audio/xmms-sid/patches/patch-ab b/audio/xmms-sid/patches/patch-ab
new file mode 100644
index 00000000000..c0101e23d3f
--- /dev/null
+++ b/audio/xmms-sid/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2001/12/25 00:43:10 mycroft Exp $
+
+--- src/xs_about.c.orig Sun Nov 18 12:42:08 2001
++++ src/xs_about.c Tue Dec 25 00:41:07 2001
+@@ -78,7 +78,10 @@
+ gtk_box_pack_start (GTK_BOX (hbox1), frame1, TRUE, TRUE, 0);
+ gtk_container_set_border_width (GTK_CONTAINER (frame1), 4);
+
++ gtk_widget_realize (xs_aboutwin);
++
+ /* The pixmap */
++ style = gtk_widget_get_style (xs_aboutwin);
+ pixmap = gdk_pixmap_create_from_xpm_d(xs_aboutwin->window, &pixmask,
+ &style->bg[GTK_STATE_NORMAL],
+ (gchar **) xmms_sid_logo_xpm);