Changeset 3920 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Jul 30, 2007 2:14:58 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r3820 r3920 448 448 } 449 449 listView->setOpen (aRoot, true); 450 listView->setCurrentItem (aRoot->firstChild() );451 processCurrentChanged (aRoot->firstChild() );450 listView->setCurrentItem (aRoot->firstChild() ? aRoot->firstChild() : aRoot); 451 processCurrentChanged (aRoot->firstChild() ? aRoot->firstChild() : aRoot); 452 452 } 453 453
Note:
See TracChangeset
for help on using the changeset viewer.