Downloading directory from search tab doesn't work anymore
Bug #432579 reported by
Razzloss
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Fix Released
|
Medium
|
Razzloss |
Bug Description
Selecting a directory result in a search tab and double-
Related branches
Changed in linuxdcpp: | |
assignee: | nobody → Razzloss (razzloss) |
Changed in linuxdcpp: | |
status: | In Progress → Fix Committed |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
tags: | added: ui |
To post a comment you must log in.
OK, Changed the path component in search results not to include the directory itself for directory type of results. IMO this makes much more sense (and I guess it used to be that way before?)
eg. for results, path is
A\B\ -> A\
A\B\a -> A\B\
A\B\b -> A\B\
But selecting Download Whole directory from A\B\ -result still downloads the contents of B\ not the whole A\. Is this the expected behavior or should the whole A\ be downloaded?
--RZ