VirtualBox

Changeset 3920 in vbox for trunk/src


Ignore:
Timestamp:
Jul 30, 2007 2:14:58 PM (17 years ago)
Author:
vboxsync
Message:

Fixed ui bug in Shared Folders interface:

Missed current-changed processor in case of there are no items in Folder's List.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h

    r3820 r3920  
    448448    }
    449449    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);
    452452}
    453453
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette