diff options
| author | Elvis Angelaccio <[email protected]> | 2018-10-07 13:32:10 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-10-07 13:33:26 +0200 |
| commit | 3b5c5543aa42bba18085108b353aeda32a2e6078 (patch) | |
| tree | 2eb1706adc92357f87147abe7b71f88cc36c77dc /src/views/dolphinview.cpp | |
| parent | b610ce5913ef3172f3cf15c0a1d93c255ea0da4f (diff) | |
Fix stale comment
GIT_SILENT
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 48f41bb0e..df2797d1d 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -1488,7 +1488,7 @@ void DolphinView::slotRenamingResult(KJob* job) void DolphinView::slotDirectoryLoadingStarted() { // Disable the writestate temporary until it can be determined in a fast way - // in DolphinView::slotLoadingCompleted() + // in DolphinView::slotDirectoryLoadingCompleted() if (m_isFolderWritable) { m_isFolderWritable = false; emit writeStateChanged(m_isFolderWritable); |
