]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merge branch 'Applications/19.08'
authorKai Uwe Broulik <kde@privat.broulik.de>
Mon, 2 Sep 2019 07:13:29 +0000 (09:13 +0200)
committerKai Uwe Broulik <kde@privat.broulik.de>
Mon, 2 Sep 2019 07:13:29 +0000 (09:13 +0200)
1  2 
src/dolphinviewcontainer.cpp

index 25ca6fdd98c03f08c5210859ba26e11cddbee884,585610550573c4c1962edf0276fc76ffdcae57b3..93e785f0d594f3e2234f98079c5148b00e27b1c3
@@@ -412,8 -412,6 +412,8 @@@ void DolphinViewContainer::setSearchMod
      }
  
      m_searchModeEnabled = enabled;
 +
 +    emit searchModeEnabledChanged(enabled);
  }
  
  bool DolphinViewContainer::isSearchModeEnabled() const
@@@ -568,6 -566,7 +568,7 @@@ void DolphinViewContainer::slotDirector
          // Trigger an undetermined progress indication. The progress
          // information in percent will be triggered by the percent() signal
          // of the directory lister later.
+         m_statusBar->setProgressText(QString());
          updateDirectoryLoadingProgress(-1);
      }
  }