Changeset 37891 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 12, 2011 11:53:16 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r37874 r37891 1417 1417 bool newEnabled = currentTreeWidgetType() == VBoxDefs::MediumType_HardDisk; 1418 1418 bool addEnabled = true; 1419 bool copyEnabled = notInEnum && item && checkMediumFor (item, Action_Copy); 1419 bool copyEnabled = currentTreeWidgetType() == VBoxDefs::MediumType_HardDisk && 1420 notInEnum && item && checkMediumFor (item, Action_Copy); 1420 1421 bool removeEnabled = notInEnum && item && checkMediumFor (item, Action_Remove); 1421 1422 bool releaseEnabled = item && checkMediumFor (item, Action_Release);
Note:
See TracChangeset
for help on using the changeset viewer.