VirtualBox

Changeset 62682 in vbox


Ignore:
Timestamp:
Jul 29, 2016 1:05:05 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109255
Message:

FE/Qt: Selector UI: Forgot to check the only one configurable action for being allowed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r62493 r62682  
    13391339    pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager));
    13401340    /* 'Check for Updates' action goes to 'File' menu: */
    1341     pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates));
     1341    if (gEDataManager->applicationUpdateEnabled())
     1342        pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates));
    13421343# endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
    13431344    /* 'Reset Warnings' action goes 'File' menu: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette