diff Gui/app.c @ 8300:bf8e8144dfa6

10l fix in item disabling (vagymi)
author pontscho
date Wed, 27 Nov 2002 23:11:49 +0000
parents 72700fefd3dc
children ef8c992672f4
line wrap: on
line diff
--- a/Gui/app.c	Wed Nov 27 22:48:56 2002 +0000
+++ b/Gui/app.c	Wed Nov 27 23:11:49 2002 +0000
@@ -189,6 +189,6 @@
 {
  int j;
  for ( j=0;j<appMPlayer.NumberOfItems + 1;j++ )
-   if ( appMPlayer.Items[j].msg == event ) appMPlayer.Items[j].disabled=set;
+   if ( appMPlayer.Items[j].msg == event ) appMPlayer.Items[j].pressed=set;
 }
 												    
\ No newline at end of file