VirtualBox

Changeset 102456 in vbox for trunk/src


Ignore:
Timestamp:
Dec 4, 2023 4:38:50 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160599
Message:

FE/Qt: bugref:10561. Do not change into the folder in the host table if it cannot be read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.cpp

    r102441 r102456  
    165165       returns an empty list: */
    166166    /*directory.setFilter(QDir::NoDotAndDotDot);*/
    167     parent->setIsOpened(true);
    168167    if (!directory.exists() || !directory.isReadable())
    169168        return false;
     
    171170    if (entries.isEmpty())
    172171        return false;
     172    parent->setIsOpened(true);
    173173    for (int i = 0; i < entries.size(); ++i)
    174174    {
Note: See TracChangeset for help on using the changeset viewer.

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