209d302320
XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides support for playing SID tunes. For the actual playing, XMMS-SID uses the libsidplay SID-chip/6502 emulator engine. "About" box fix from NetBSD.
15 lines
584 B
Plaintext
15 lines
584 B
Plaintext
$OpenBSD: patch-src_xs_about_c,v 1.1.1.1 2002/05/22 22:47:46 naddy Exp $
|
|
--- src/xs_about.c.orig Tue May 21 23:05:14 2002
|
|
+++ src/xs_about.c Tue May 21 23:06:15 2002
|
|
@@ -78,7 +78,10 @@ void xs_aboutbox(void)
|
|
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);
|