[vlc-commits] commit: Qt4: fix the "Show Containing folder" feature. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Mon Mar 8 13:11:22 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Mar  8 13:09:06 2010 +0100| [d575e644abb57c77678f7ab144ef7356d0d4fec8] | committer: Rémi Duraffort 

Qt4: fix the "Show Containing folder" feature.

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

 .../gui/qt4/components/playlist/playlist_model.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index 09785fc..d983b9a 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -1104,7 +1104,7 @@ void PLModel::popupExplore()
                    !strncasecmp( psz_access, "file", 4 ) ||
                    !strncasecmp( psz_access, "dire", 4 ) ))
            {
-               QFileInfo info( qfu( psz_path ) );
+               QFileInfo info( qfu( decode_URI( psz_path ) ) );
                QDesktopServices::openUrl(
                                QUrl::fromLocalFile( info.absolutePath() ) );
            }



More information about the vlc-commits mailing list