]> git.sesse.net Git - vlc/commitdiff
Revert "qt4 - Make errors dialog Application Modal."
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 2 Jul 2009 17:11:14 +0000 (20:11 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 2 Jul 2009 17:11:14 +0000 (20:11 +0300)
This reverts commit f4e4ec78c05a8eaceb2b8424d1ccf503e2b58ec2.
Non-modal errors are non-model errors, and we only use the error dialog
for non-modal errors (otherwise we use a critical message box). We need
the Qt4 UI to remain usable inspite of a continuous flow of error.

modules/gui/qt4/dialogs/errors.cpp

index b1f2fd14dec585b89681875252de2e7b46d8e148..a2bd94f73d44c7e92b93bcf86005c70a3967a7cb 100644 (file)
@@ -42,8 +42,6 @@ ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf )
     setWindowTitle( qtr( "Errors" ) );
     resize( 500 , 300 );
 
-    setWindowModality( Qt::ApplicationModal );
-
     QGridLayout *layout = new QGridLayout( this );
 
     QDialogButtonBox *buttonBox = new QDialogButtonBox;