[vlc-commits] Qt: plugins infos: filename is not editable

Francois Cartegnie git at videolan.org
Wed Feb 22 00:11:43 CET 2012


vlc/vlc-2.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 20 19:36:36 2012 +0100| [1d1e3428ecb95543346da0f6fb54962c9770e784] | committer: Jean-Baptiste Kempf

Qt: plugins infos: filename is not editable
(cherry picked from commit cd02ebb272bc389fe425c95ca203a12a8b90aa72)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 74955e0..38f795a 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -561,6 +561,7 @@ ExtensionInfoDialog::ExtensionInfoDialog( const ExtensionCopy& extension,
     label = new QLabel( "<b>" + qtr( "File" ) + ":</b>", this );
     layout->addWidget( label, 6, 0, 1, 2 );
     QLineEdit *line = new QLineEdit( extension.name, this );
+    line->setReadOnly( true );
     layout->addWidget( line, 6, 2, 1, -1 );
 
     // Close button



More information about the vlc-commits mailing list