- Timestamp:
- Jul 18, 2023 3:12:11 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp
r100524 r100634 3503 3503 /* Recache extension-pack related action restrictions: */ 3504 3504 CExtPackManager extPackManager = uiCommon().virtualBox().GetExtensionPackManager(); 3505 if ( !extPackManager.isNull() &&!extPackManager.IsExtPackUsable(GUI_ExtPackName))3505 if (extPackManager.isNull() || !extPackManager.IsExtPackUsable(GUI_ExtPackName)) 3506 3506 { 3507 3507 m_restrictedActionsMenuView[UIActionRestrictionLevel_Base] = (UIExtraDataMetaDefs::RuntimeMenuViewActionType)
Note:
See TracChangeset
for help on using the changeset viewer.