[Mplayer-cvslog] CVS: main/Gui/mplayer mw.c,1.91,1.92

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Nov 28 00:11:53 CET 2002


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv27138/mplayer

Modified Files:
	mw.c 
Log Message:
10l fix in item disabling (vagymi)

Index: mw.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- mw.c	25 Nov 2002 17:33:27 -0000	1.91
+++ mw.c	27 Nov 2002 23:11:49 -0000	1.92
@@ -179,7 +179,7 @@
 {
  wItem    * item;
  txSample * image = NULL;
- int        i;
+ int        i, type;
 
  if ( appMPlayer.mainWindow.State == wsWindowClosed ) exit_player( MSGTR_Exit_quit );
  
@@ -196,7 +196,6 @@
    for( i=0;i < appMPlayer.NumberOfItems + 1;i++ )
     {
      item=&appMPlayer.Items[i];
-    if ( !item->disabled )
      switch( item->type )
       {
        case itButton:




More information about the MPlayer-cvslog mailing list