blob: eac91bdcf238ee686a11ec8e24fddd154029651b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.9 2002/02/15 09:05:01 martti Exp $
--- xfsound/xfsound.h.orig Fri Feb 15 08:46:53 2002
+++ xfsound/xfsound.h Fri Feb 15 08:47:07 2002
@@ -28,7 +28,7 @@
#define KNOWN_BUILTIN 3
#define INTERNAL_PLAYER "internal"
-#define DEFAULT_PLAYER "xfplay 2>/dev/null"
+#define DEFAULT_PLAYER "/usr/bin/audioplay"
GtkWidget *xfsound;
GtkWidget *play_sound_checkbutton;
|