Changeset 91237 in vbox
- Timestamp:
- Sep 14, 2021 5:08:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp
r91227 r91237 188 188 m_uPercent = 100; 189 189 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()) 191 194 close(); 192 195 }
Note:
See TracChangeset
for help on using the changeset viewer.