- Timestamp:
- Jun 13, 2013 10:27:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r45358 r46519 1116 1116 /* Show the machine error message if any: */ 1117 1117 if (!m_machine.isReallyOk() && !controller.isNull() && controller.GetEnabled()) 1118 msgCenter().warnAboutUnaccessibleUSB(m_machine, this);1118 msgCenter().warnAboutUnaccessibleUSB(m_machine, parentWidget()); 1119 1119 /* Check if USB is implemented: */ 1120 1120 if (controller.isNull() || !controller.GetProxyAvailable())
Note:
See TracChangeset
for help on using the changeset viewer.