Changeset 75950 in vbox
- Timestamp:
- Dec 4, 2018 4:26:21 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/guestctrl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManager.cpp
r75948 r75950 62 62 #endif /* !VBOX_WITH_PRECOMPILED_HEADERS */ 63 63 64 64 #define TEST_COPY 65 65 66 66 /********************************************************************************************************************************* -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerOperationsPanel.cpp
r75937 r75950 293 293 if (m_pProgressBar) 294 294 m_pProgressBar->setEnabled(false); 295 cleanupEventHandler(); 295 296 retranslateUi(); 296 297 } … … 305 306 m_pProgressBar->setEnabled(false); 306 307 m_eStatus = OperationStatus_Canceled; 308 cleanupEventHandler(); 307 309 retranslateUi(); 308 310 }
Note:
See TracChangeset
for help on using the changeset viewer.