[vlc-devel] commit: Qt: avoid a crash with plugins dialog. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jul 8 01:41:03 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 8 01:39:33 2009 +0200| [3f5c83187777329d4edd953d1c97afd6342c1798] | committer: Jean-Baptiste Kempf
Qt: avoid a crash with plugins dialog.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f5c83187777329d4edd953d1c97afd6342c1798
---
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