Menu

#6 ShellView.CanNavigateParent

open
nobody
None
5
2010-12-19
2010-12-19
No

it assume desktop is always the start but if you navigate to the desktop path as a folder instead of starting with it, it assumes it has no parent

by changing

return m_CurrentFolder != ShellItem.Desktop;

to

return m_CurrentFolder.Parent != null;

it fixes it.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.