diff Gui/mplayer/gtk/fs.h @ 1823:a6c67352ccac

fix some bug.
author pontscho
date Sat, 01 Sep 2001 17:53:07 +0000
parents d237c5d4b216
children 62b8e85865a2
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.h	Sat Sep 01 15:49:31 2001 +0000
+++ b/Gui/mplayer/gtk/fs.h	Sat Sep 01 17:53:07 2001 +0000
@@ -257,6 +257,7 @@
         break;
   }
  strcpy( gtkShMem->fs.dir,fsSelectedDirectory );
+printf( "----gtk---> filname: %s\n",fsSelectedFile );
  strcpy( gtkShMem->fs.filename,fsSelectedFile );
  item=fsTopList_items;
  while( item )