[vlc-devel] commit: Qt: avoid a crash with plugins dialog. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jul 8 01:44:03 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul  8 01:39:33 2009 +0200| [ffbf27c0357a5c82164c85c425faed22c340b89c] | committer: Jean-Baptiste Kempf 

Qt: avoid a crash with plugins dialog.
(cherry picked from commit 3f5c83187777329d4edd953d1c97afd6342c1798)

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

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

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

diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 722ea0f..1575ca0 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -42,8 +42,6 @@ PluginDialog *PluginDialog::instance = NULL;
 
 PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
 {
-    setAttribute( Qt::WA_DeleteOnClose );
-
     setWindowTitle( qtr( "Plugins and extensions" ) );
     QGridLayout *layout = new QGridLayout( this );
 




More information about the vlc-devel mailing list