diff Gui/mplayer/gtk/fs.c @ 6912:5ddd609550d5

- fix equ handling - fix dvd pos bar - fix 10l bug in evLoadPlay bugfix :) - mittomen
author pontscho
date Mon, 05 Aug 2002 01:14:14 +0000
parents c2d4100c964e
children e37a67d5e117
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c	Mon Aug 05 01:06:25 2002 +0000
+++ b/Gui/mplayer/gtk/fs.c	Mon Aug 05 01:14:14 2002 +0000
@@ -455,7 +455,7 @@
    item=item->next;
   }
  if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() );
- if ( mplMainAutoPlay ) mplEventHandling( evPlay,0 );
+ if ( mplMainAutoPlay ) { mplMainAutoPlay=0; mplEventHandling( evPlay,0 ); }
 }
 
 void fs_Cancel_released( GtkButton * button,gpointer user_data )