Changeset 42544 in vbox
- Timestamp:
- Aug 2, 2012 2:24:29 PM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/selector
- Files:
-
- 2 edited
-
UISelectorWindow.cpp (modified) (1 diff)
-
graphics/details/UIGDetailsElement.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r42542 r42544 1579 1579 { 1580 1580 /* Check that there is only one item, its accessible 1581 * and machine is not in 'stuck' or 'saved'state. */1581 * and machine is not in 'stuck' state. */ 1582 1582 return items.size() == 1 && 1583 1583 pItem->accessible() && 1584 pItem->machineState() != KMachineState_Stuck && 1585 pItem->machineState() != KMachineState_Saved; 1584 pItem->machineState() != KMachineState_Stuck; 1586 1585 } 1587 1586 case UIActionIndexSelector_Simple_Machine_CloneWizard: -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.cpp
r42535 r42544 615 615 /* Check if name-hovering should be available: */ 616 616 m_fNameHoveringAccessible = machine().isNull() || !machine().GetAccessible() ? false : 617 machine().GetState() != KMachineState_Stuck && 618 machine().GetState() != KMachineState_Saved; 617 machine().GetState() != KMachineState_Stuck; 619 618 } 620 619
Note:
See TracChangeset
for help on using the changeset viewer.

