diff Gui/mplayer/gtk/fs.c @ 9202:c2f31ca14a92

- rewrite Jan Spitalnik's patch - fix some nice 10l
author pontscho
date Sat, 01 Feb 2003 16:42:02 +0000
parents bb4ae7a49e33
children 27f8546f53c4
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c	Sat Feb 01 15:11:19 2003 +0000
+++ b/Gui/mplayer/gtk/fs.c	Sat Feb 01 16:42:02 2003 +0000
@@ -514,6 +514,7 @@
   }
  if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() );
  if ( mplMainAutoPlay ) { mplMainAutoPlay=0; mplEventHandling( evPlay,0 ); }
+  else guiGetEvent( guiCEvent,guiSetStop );
 }
 
 void fs_Cancel_released( GtkButton * button,gpointer user_data )