Changeset 29455 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 14, 2010 9:19:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r29219 r29455 798 798 bool UISession::setPause(bool fOn) 799 799 { 800 if (isPaused() == fOn) 801 return true; 800 /* Commenting it out as isPaused() could reflect 801 * quite obsolete state due to synchronization: */ 802 //if (isPaused() == fOn) 803 // return true; 802 804 803 805 CConsole console = session().GetConsole();
Note:
See TracChangeset
for help on using the changeset viewer.