Changeset 14585 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 25, 2008 5:51:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r14578 r14585 1346 1346 VBoxSelectorWnd &VBoxGlobal::selectorWnd() 1347 1347 { 1348 #if defined (VBOX_GUI_SEPARATE_VM_PROCESS)1349 AssertMsg (!vboxGlobal().isVMConsoleProcess(),1350 ("Must NOT be a VM console process"));1351 #endif1352 1353 1348 Assert (mValid); 1354 1349 … … 1420 1415 return false; 1421 1416 1422 AssertMsg ( vboxGlobal().mainWindow(),1423 (" Mainwindow must not be null for systray!"));1417 AssertMsg (&vboxGlobal().selectorWnd(), 1418 ("Selector window must not be null for systray!")); 1424 1419 1425 1420 mVBox.SetExtraData (VBoxDefs::GUI_TrayIconWinID, 1426 QString ("%1").arg ((qulonglong) vboxGlobal(). mainWindow()->winId()));1421 QString ("%1").arg ((qulonglong) vboxGlobal().selectorWnd().winId())); 1427 1422 1428 1423 /* The first process which can grab this "mutex" will win ->
Note:
See TracChangeset
for help on using the changeset viewer.