1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:07:45 +00:00

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
parent 0f7bba327f
commit 040848a2af
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;