summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-10-15 22:55:48 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-10-15 22:55:48 (GMT)
commit1ca60a31589b249de8300830e7099ed29639826f (patch)
tree0d2a2568994def0d92c513e46c771a9833ee5fa5
parent1c302e84aec9310522f1d0ce7dbc74b95531bfda (diff)
Make muon-discover the default for updates since the redesign
-rw-r--r--notifier/MuonNotifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier/MuonNotifier.cpp b/notifier/MuonNotifier.cpp
index ac06951..b62e0b5 100644
--- a/notifier/MuonNotifier.cpp
+++ b/notifier/MuonNotifier.cpp
@@ -59,7 +59,7 @@ void MuonNotifier::configurationChanged()
void MuonNotifier::showMuon()
{
- KRun::runCommand("muon-updater", nullptr);
+ KRun::runCommand("muon-discover --mode update", nullptr);
}
bool MuonNotifier::isSystemUpToDate() const