diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-10-15 22:55:48 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-10-15 22:55:48 (GMT) |
| commit | 1ca60a31589b249de8300830e7099ed29639826f (patch) | |
| tree | 0d2a2568994def0d92c513e46c771a9833ee5fa5 | |
| parent | 1c302e84aec9310522f1d0ce7dbc74b95531bfda (diff) | |
Make muon-discover the default for updates since the redesign
| -rw-r--r-- | notifier/MuonNotifier.cpp | 2 |
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 |
