https://bugs.kde.org/show_bug.cgi?id=430085
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/2e79e21c3 | |f4da5183b516e0088f2137c4f27 | |ceff Status|CONFIRMED |RESOLVED --- Comment #4 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 2e79e21c3f4da5183b516e0088f2137c4f27ceff by Kai Uwe Broulik. Committed on 17/01/2021 at 13:32. Pushed by broulik into branch 'master'. [DolphinView] Fix "Folder is empty" label showing prematurely Don't show the label while still loading. Since there is no property in `KDirLister` a dedicated `m_loading` is added for this purpose. Also, I removed the explicit update on `urlChanged` as the view probably won't change until the lister starts loading. M +16 -6 src/views/dolphinview.cpp M +7 -0 src/views/dolphinview.h https://invent.kde.org/system/dolphin/commit/2e79e21c3f4da5183b516e0088f2137c4f27ceff -- You are receiving this mail because: You are watching all bug changes.