changeset 3731:af0d2950b72a

[xemacs-hg @ 2006-12-09 18:44:47 by vins] Fix type in call to GTK_DEVICE.
author vins
date Sat, 09 Dec 2006 18:44:48 +0000
parents 686eb5e23c24
children b3819bc1b8b9
files src/ChangeLog src/sound.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Dec 08 22:51:11 2006 +0000
+++ b/src/ChangeLog	Sat Dec 09 18:44:48 2006 +0000
@@ -1,3 +1,8 @@
+2006-12-09  Vin Shelton  <acs@xemacs.org>
+
+	* sound.c (init_native_sound): Fix typo in call to GTK_DEVICE
+	macro.
+
 2006-12-07  Vin Shelton  <acs@xemacs.org>
 
 	* fileio.c: Added cast to qxeGetNamedSecurityInfofix call to fix
--- a/src/sound.c	Fri Dec 08 22:51:11 2006 +0000
+++ b/src/sound.c	Sat Dec 09 18:44:48 2006 +0000
@@ -590,7 +590,7 @@
 static void
 init_native_sound (struct device *d)
 {
-  if (!(DEVICE_X_P(d) || DEVICE_GTK_P(dev)))
+  if (!(DEVICE_X_P(d) || DEVICE_GTK_P(d)))
     DEVICE_ON_CONSOLE_P (d) = 1;
 #ifdef HAVE_X_WINDOWS
   else