CVS update by vins xemacs/src ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Dec 9 13:44:50 EST 2006


  User: vins    
  Date: 06/12/09 19:44:50

  Modified:    xemacs/src ChangeLog sound.c
Log:
Fix type in call to GTK_DEVICE.

Revision  Changes    Path
1.1030    +5 -0      XEmacs/xemacs/src/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1029
retrieving revision 1.1030
diff -u -p -r1.1029 -r1.1030
--- ChangeLog	2006/12/08 02:21:58	1.1029
+++ ChangeLog	2006/12/09 18:44:47	1.1030
@@ -1,3 +1,8 @@
+2006-12-09  Vin Shelton  <acs at xemacs.org>
+
+	* sound.c (init_native_sound): Fix typo in call to GTK_DEVICE
+	macro.
+
 2006-12-07  Vin Shelton  <acs at xemacs.org>
 
 	* fileio.c: Added cast to qxeGetNamedSecurityInfofix call to fix



1.29      +1 -1      XEmacs/xemacs/src/sound.c

Index: sound.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/sound.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sound.c	2006/11/29 19:10:03	1.28
+++ sound.c	2006/12/09 18:44:48	1.29
@@ -590,7 +590,7 @@ init_nas_sound (struct device *d)
 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





More information about the XEmacs-CVS mailing list