X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fopen_panels.cpp;h=5270983a9ccc1636c1b20e1098bd32e2b550a4a5;hb=d0389324b91b56a96bc6bbcb2c417ca824a892ab;hp=100e52950fcad58ac7083b629bc2d09b331e4ec5;hpb=985301f8de1e1fbfc6bb2761397aab8b785c136d;p=vlc diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 100e52950f..5270983a9c 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -183,7 +183,7 @@ void FileOpenPanel::accept() void FileOpenBox::accept() { - OpenDialog::getInstance( NULL, NULL )->play(); + OpenDialog::getInstance( NULL, NULL, true )->selectSlots(); } /* Function called by Open Dialog when clicked on cancel */