Changeset 39326 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
- Timestamp:
- Nov 16, 2011 10:44:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
r39190 r39326 79 79 #ifdef VBOX_WITH_UPDATE_REQUEST 80 80 /* 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())); 82 83 #endif /* VBOX_WITH_UPDATE_REQUEST */ 83 84 }
Note:
See TracChangeset
for help on using the changeset viewer.