Changeset 100590 in vbox
- Timestamp:
- Jul 14, 2023 5:02:43 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp
r99184 r100590 337 337 m_fDone = true; 338 338 emit sigProgressFinished(); 339 340 /* If there was no error and no reason to keep progress alive, - finish him! */ 341 if ( error().isEmpty() 342 #ifdef VBOX_NOTIFICATION_CENTER_WITH_KEEP_BUTTON 343 && !gEDataManager->keepSuccessfullNotificationProgresses() 344 #endif 345 ) 346 close(); 339 347 } 340 348
Note:
See TracChangeset
for help on using the changeset viewer.