Changeset 14670 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 27, 2008 12:11:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39980
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r14652 r14670 623 623 /* Update the list */ 624 624 refreshVMList(); 625 625 626 /* Reset to the first item */ 626 627 mVMListView->selectItemByRow (0); 628 627 629 /* restore the position of vm selector */ 628 630 { … … 632 634 mVMListView->selectItemById (QUuid (prevVMId)); 633 635 } 636 637 /* refresh the details et all (necessary for the case when the stored 638 * selection is still the first list item) */ 639 vmListViewCurrentChanged(); 634 640 635 641 /* signals and slots connections */ -
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r14652 r14670 378 378 else 379 379 { 380 /* pre-populate the media list before showing the main widget */381 vboxGlobal().startEnumeratingMedia();382 380 vboxGlobal().setMainWindow (&vboxGlobal().selectorWnd()); 383 381 #ifdef VBOX_GUI_WITH_SYSTRAY
Note:
See TracChangeset
for help on using the changeset viewer.