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

Francois Cartegnie git at videolan.org
Mon Feb 20 19:43:06 CET 2012


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 20 19:36:36 2012 +0100| [cd02ebb272bc389fe425c95ca203a12a8b90aa72] | committer: Francois Cartegnie

Qt: plugins infos: filename is not editable

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

 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 6593102..8d18b89 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -563,6 +563,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