[vlc-commits] Qt: fix #4493

Jean-Baptiste Kempf git at videolan.org
Mon Feb 14 11:23:00 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 14 11:22:12 2011 +0100| [675768678e99ac49f3ee002f486c643b28b442d3] | committer: Jean-Baptiste Kempf

Qt: fix #4493

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

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

diff --git a/modules/gui/qt4/dialogs/mediainfo.cpp b/modules/gui/qt4/dialogs/mediainfo.cpp
index d0062c9..5679175 100644
--- a/modules/gui/qt4/dialogs/mediainfo.cpp
+++ b/modules/gui/qt4/dialogs/mediainfo.cpp
@@ -76,6 +76,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
 
     QLabel *uriLabel = new QLabel( qtr( "Location:" ) );
     uriLine = new QLineEdit;
+    uriLine->setReadOnly( true );
 
     layout->addWidget( infoTabW, 0, 0, 1, 8 );
     layout->addWidget( uriLabel, 1, 0, 1, 1 );



More information about the vlc-commits mailing list