Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568665
en ru br
ALT Linux repos
S:5.27.8-alt1

Group :: Graphical desktop/KDE
RPM: plasma5-milou

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: milou-alt-timer.patch
Download


--- a/milou/lib/sourcesmodel.cpp
+++ b/milou/lib/sourcesmodel.cpp
@@ -47,7 +47,7 @@ SourcesModel::SourcesModel(QObject* pare
     watch->addFile(QStandardPaths::locate(QStandardPaths::ConfigLocation, QStringLiteral("krunnerrc")));
 
     m_resetTimer.setSingleShot(true);
-    m_resetTimer.setInterval(500);
+    m_resetTimer.setInterval(5000);
     connect(&m_resetTimer, &QTimer::timeout, this, &SourcesModel::slotResetTimeout);
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin