FileManager: Build new path of renamed files correctly

Fixes #2932.
This commit is contained in:
Till Mayer 2020-07-31 22:12:57 +02:00 committed by Andreas Kling
commit 040848a2af
Notes: sideshowbarker 2024-07-19 04:25:59 +09:00
2 changed files with 3 additions and 1 deletions

View file

@ -89,6 +89,7 @@ private:
RefPtr<GUI::TextBox> m_name_box;
RefPtr<GUI::ImageWidget> m_icon;
String m_name;
String m_parent_path;
String m_path;
mode_t m_mode;
mode_t m_old_mode;