[vlc-devel] commit: Qt: Reset the Open List on acceptance (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Feb 24 11:18:43 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 24 11:14:44 2009 +0100| [c3eb103253eb95f152f38a4a0601f7ac9081707e] | committer: Jean-Baptiste Kempf 

Qt: Reset the Open List on acceptance

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3eb103253eb95f152f38a4a0601f7ac9081707e
---

 modules/gui/qt4/components/open_panels.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 2b6f73e..f73ac4c 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -210,6 +210,7 @@ void FileOpenPanel::accept()
 {
     //FIXME
  //   p_intf->p_sys->psz_filepath = qtu( dialogBox->directory().absolutePath() );
+    ui.fileListWidg->clear();
 }
 
 /* Function called by Open Dialog when clicked on cancel */




More information about the vlc-devel mailing list