VirtualBox

Ignore:
Timestamp:
Nov 16, 2011 10:44:17 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Network/Update managers: Disable check-for-new-version function for VM window; Centralize signals for downloader embedding in Network manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp

    r39190 r39326  
    7979#ifdef VBOX_WITH_UPDATE_REQUEST
    8080    /* Ask updater to check for the first time: */
    81     QTimer::singleShot(0, this, SLOT(sltCheckIfUpdateIsNecessary()));
     81    if (!vboxGlobal().isVMConsoleProcess())
     82        QTimer::singleShot(0, this, SLOT(sltCheckIfUpdateIsNecessary()));
    8283#endif /* VBOX_WITH_UPDATE_REQUEST */
    8384}
Note: See TracChangeset for help on using the changeset viewer.

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