Commit 7eaa2e30 authored by Antoine Cellerier's avatar Antoine Cellerier

fix #578. patch by Steven Sheehy. thanks.

parent ffb865e6
...@@ -114,6 +114,7 @@ Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests ...@@ -114,6 +114,7 @@ Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
Steve Lhomme <steve dot lhomme at free dot fr> - MSVC fixes and Matroska enhancements Steve Lhomme <steve dot lhomme at free dot fr> - MSVC fixes and Matroska enhancements
Steve Brown <sbrown at cortland.com> - fix for optional PES size bug Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
Steven M. Schultz <sms at TO.GD-ES.COM> - BSD/OS port Steven M. Schultz <sms at TO.GD-ES.COM> - BSD/OS port
Steven Sheehy - wxWidgets interface fix
Tadashi Jokagi <elf2000 at users.sourceforge dot net> - Japanese translation Tadashi Jokagi <elf2000 at users.sourceforge dot net> - Japanese translation
Tim 'O Callaghan <tim.ocallaghan at limestudios dot com> - pvr input cleaning patch Tim 'O Callaghan <tim.ocallaghan at limestudios dot com> - pvr input cleaning patch
Thomas Graf <tgraf at europe.com> - gettext support, German translation Thomas Graf <tgraf at europe.com> - gettext support, German translation
......
...@@ -1107,6 +1107,7 @@ void Interface::PlayStream() ...@@ -1107,6 +1107,7 @@ void Interface::PlayStream()
/* If the playlist is empty, open a file requester instead */ /* If the playlist is empty, open a file requester instead */
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
OnShowDialog( dummy ); OnShowDialog( dummy );
GetToolBar()->ToggleTool( PlayStream_Event, false );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment