VirtualBox

Changeset 28849 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 27, 2010 5:23:12 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: update dock icon while live deleting a snapshot

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r28800 r28849  
    42834283         mLastState == KMachineState_TeleportingPausedVM ||
    42844284         mLastState == KMachineState_TeleportingIn ||
    4285          mLastState == KMachineState_Saving))
     4285         mLastState == KMachineState_Saving ||
     4286         mLastState == KMachineState_DeletingSnapshotOnline ||
     4287         mLastState == KMachineState_DeletingSnapshotPaused))
    42864288        updateDockIcon();
    42874289    else
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r28800 r28849  
    404404         state == KMachineState_TeleportingPausedVM ||
    405405         state == KMachineState_TeleportingIn ||
    406          state == KMachineState_Saving))
     406         state == KMachineState_Saving ||
     407         state == KMachineState_DeletingSnapshotOnline ||
     408         state == KMachineState_DeletingSnapshotPaused))
    407409        updateDockIcon();
    408410    else if (m_pDockIconPreview)
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