Changeset 28849 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 27, 2010 5:23:12 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r28800 r28849 4283 4283 mLastState == KMachineState_TeleportingPausedVM || 4284 4284 mLastState == KMachineState_TeleportingIn || 4285 mLastState == KMachineState_Saving)) 4285 mLastState == KMachineState_Saving || 4286 mLastState == KMachineState_DeletingSnapshotOnline || 4287 mLastState == KMachineState_DeletingSnapshotPaused)) 4286 4288 updateDockIcon(); 4287 4289 else -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r28800 r28849 404 404 state == KMachineState_TeleportingPausedVM || 405 405 state == KMachineState_TeleportingIn || 406 state == KMachineState_Saving)) 406 state == KMachineState_Saving || 407 state == KMachineState_DeletingSnapshotOnline || 408 state == KMachineState_DeletingSnapshotPaused)) 407 409 updateDockIcon(); 408 410 else if (m_pDockIconPreview)
Note:
See TracChangeset
for help on using the changeset viewer.