APPROVE COMMIT 21.5
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1029
diff -a -u -r1.1029 ChangeLog
--- src/ChangeLog       2006/12/08 02:21:58     1.1029
+++ src/ChangeLog       2006/12/09 18:42:55
@@ -1,3 +1,8 @@
+2006-12-09  Vin Shelton  <acs(a)xemacs.org>
+
+       * sound.c (init_native_sound): Fix typo in call to GTK_DEVICE
+       macro.
+
 2006-12-07  Vin Shelton  <acs(a)xemacs.org>
        * fileio.c: Added cast to qxeGetNamedSecurityInfofix call to fix
Index: src/sound.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/sound.c,v
retrieving revision 1.28
diff -a -u -r1.28 sound.c
--- src/sound.c 2006/11/29 19:10:03     1.28
+++ src/sound.c 2006/12/09 18:42:56
@@ -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
-- 
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches