mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
There were two issues with this code: - The result of the readlink() call was checked incorrectly for errors. - This code shouldn't return because otherwise it leaves the GUI buttons uninitialized below, causing RefPtr asserts to trigger when the dialog tries to access the buttons later on. |
||
|---|---|---|
| .. | ||
| DirectoryView.cpp | ||
| DirectoryView.h | ||
| FileUtils.cpp | ||
| FileUtils.h | ||
| main.cpp | ||
| Makefile | ||
| PropertiesDialog.cpp | ||
| PropertiesDialog.h | ||