VirtualBox

Changeset 75910 in vbox


Ignore:
Timestamp:
Dec 3, 2018 2:14:40 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127114
Message:

FE/Qt: bugref:6699. In host file table follow symbolic links to directories

File:
1 edited

Legend:

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

    r75905 r75910  
    992992    }
    993993
    994     if (!item->isDirectory())
    995         return;
    996     if (!item->isOpened())
    997        readDirectory(item->path(),item);
    998     changeLocation(index);
     994    if (item->isDirectory() || (item->isSymLink() && item->isTargetADirectory()))
     995    {
     996        if (!item->isOpened())
     997            readDirectory(item->path(),item);
     998        changeLocation(index);
     999    }
    9991000}
    10001001
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