summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/fs.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-05 01:14:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-05 01:14:14 +0000
commita04e780da0f4b5ffcdbde08da982bbcc753effa7 (patch)
treef18a33384cee48364b05b2b52b4f626bbda533c7 /Gui/mplayer/gtk/fs.c
parent8d45b64a65479b74945b1770bd64e37dd0c7196a (diff)
downloadmpv-a04e780da0f4b5ffcdbde08da982bbcc753effa7.tar.bz2
mpv-a04e780da0f4b5ffcdbde08da982bbcc753effa7.tar.xz
- fix equ handling
- fix dvd pos bar - fix 10l bug in evLoadPlay bugfix :) - mittomen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6913 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk/fs.c')
-rw-r--r--Gui/mplayer/gtk/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c
index d57b8f18c0..424e2313dc 100644
--- a/Gui/mplayer/gtk/fs.c
+++ b/Gui/mplayer/gtk/fs.c
@@ -455,7 +455,7 @@ void fs_Ok_released( GtkButton * button,gpointer user_data )
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 )