*initialization bugfixes in input_dvd
*added a b_stopped flag to interface playlist to have a stop function in interface plugins. As a consequence, the playlist no longer loops on end but wait for the user to press 'play' or to add another item (gtk/gnome interface). I think that other plugins are broken but it shouldn't be difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in play functions and 'p_main->p_playlist->b_stopped = 1' when you have to stop. *Updated gtk interface so that it has the same features as gnome. I think I will merge the code so that we don't have to copy and paste each change. Only the .glade file would be different.
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
plugins/gtk/gtk_control.c
0 → 100644
plugins/gtk/gtk_control.h
0 → 100644
This diff is collapsed.
plugins/gtk/gtk_menu.c
0 → 100644
This diff is collapsed.
plugins/gtk/gtk_menu.h
0 → 100644
plugins/gtk/gtk_modules.c
0 → 100644
plugins/gtk/gtk_modules.h
0 → 100644
plugins/gtk/gtk_open.c
0 → 100644
This diff is collapsed.
plugins/gtk/gtk_open.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment