Changeset 37897 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 12, 2011 1:15:59 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r37878 r37897 701 701 const QString &strMachineId /* = QString::null */) 702 702 { 703 /* Check that we do NOT handling that already: */ 704 if (mVmConfigAction->data().toBool()) 705 return; 706 /* Remember that we handling that already: */ 707 mVmConfigAction->setData(true); 708 703 709 /* Process href from VM details / description: */ 704 710 if (!strCategoryRef.isEmpty() && strCategoryRef[0] != '#') … … 732 738 UISettingsDialogMachine dlg(this, pItem->id(), strCategory, strControl); 733 739 dlg.execute(); 740 741 /* Remember that we do NOT handling that already: */ 742 mVmConfigAction->setData(false); 734 743 } 735 744
Note:
See TracChangeset
for help on using the changeset viewer.