]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix stale comment
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 11:32:10 +0000 (13:32 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 11:33:26 +0000 (13:33 +0200)
GIT_SILENT

src/views/dolphinview.cpp

index 48f41bb0e85f1de848f18a1803d6ce4905a6d2bf..df2797d1d0960028ee784eb3fd8052f233468811 100644 (file)
@@ -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
 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);
     if (m_isFolderWritable) {
         m_isFolderWritable = false;
         emit writeStateChanged(m_isFolderWritable);