Changeset 61687 in vbox
- Timestamp:
- Jun 13, 2016 4:15:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r61052 r61687 2284 2284 2285 2285 /* Recache extension-pack related action restrictions: */ 2286 #if VBOX_WITH_EXTPACK 2286 2287 CExtPack extPack = vboxGlobal().virtualBox().GetExtensionPackManager().Find(GUI_ExtPackName); 2288 #else 2289 CExtPack extPack; 2290 #endif 2287 2291 bool fExtensionPackOperationsAllowed = !extPack.isNull() && extPack.GetUsable(); 2288 2292 if (!fExtensionPackOperationsAllowed)
Note:
See TracChangeset
for help on using the changeset viewer.