- Timestamp:
- Nov 25, 2008 5:48:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r14578 r14584 361 361 if (vboxGlobal().isVMConsoleProcess()) 362 362 { 363 #ifdef VBOX_GUI_WITH_SYSTRAY 364 /* Keep selector window in memory (hidden) because we need it for 365 * the systray menu. */ 366 vboxGlobal().selectorWnd(); 367 if ( vboxGlobal().trayIconInstall() 368 && vboxGlobal().isTrayIcon()) 369 { 370 /* Nothing to do here yet. */ 371 } 372 #endif 363 373 vboxGlobal().setMainWindow (&vboxGlobal().consoleWnd()); 364 374 if (vboxGlobal().startMachine (vboxGlobal().managedVMUuid()))
Note:
See TracChangeset
for help on using the changeset viewer.