fixed very stupid bug that would prevent to add new exceptions to the list
svn path=/trunk/KDE/kdebase/workspace/; revision=1034958
This commit is contained in:
parent
9044453b35
commit
bd80aaceb1
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ namespace Oxygen
|
|||
// map dialog
|
||||
QSharedPointer<OxygenExceptionDialog> dialog( new OxygenExceptionDialog( this ) );
|
||||
dialog->setException( default_configuration_ );
|
||||
if( dialog->exec() == QDialog::Accepted ) return;
|
||||
if( dialog->exec() == QDialog::Rejected ) return;
|
||||
|
||||
// retrieve exception and check
|
||||
OxygenException exception( dialog->exception() );
|
||||
|
|
Loading…
Reference in a new issue