VirtualBox

Changeset 91237 in vbox


Ignore:
Timestamp:
Sep 14, 2021 5:08:48 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10067: UINotificationCenter: Do not auto-close failed progresses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp

    r91227 r91237  
    188188    m_uPercent = 100;
    189189    emit sigProgressFinished();
    190     if (!gEDataManager->keepSuccessfullNotificationProgresses())
     190
     191    /* If there was no error and no reason to keep progress alive, - finish him! */
     192    if (   !error().isEmpty()
     193        && !gEDataManager->keepSuccessfullNotificationProgresses())
    191194        close();
    192195}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette