blob: ea5279b357442cceeb9589dbdf7227f4eeccf001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2004/07/11 06:13:59 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;
|