Changeset 37898 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 12, 2011 1:25:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r37897 r37898 599 599 void VBoxSelectorWnd::fileSettings() 600 600 { 601 /* Check that we do NOT handling that already: */ 602 if (mFileSettingsAction->data().toBool()) 603 return; 604 /* Remember that we handling that already: */ 605 mFileSettingsAction->setData(true); 606 601 607 /* Create and execute global settings dialog: */ 602 608 UISettingsDialogGlobal dlg(this); 603 609 dlg.execute(); 610 611 /* Remember that we do NOT handling that already: */ 612 mFileSettingsAction->setData(false); 604 613 } 605 614
Note:
See TracChangeset
for help on using the changeset viewer.