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

Group :: System/Configuration/Packaging
RPM: plasma5-discover

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-show-reboot-avail.patch
Download


--- a/discover/qml/UpdatesPage.qml
+++ b/discover/qml/UpdatesPage.qml
@@ -334,8 +334,8 @@ DiscoverPage
     readonly property alias secSinceUpdate: resourcesUpdatesModel.secsToLastUpdate
     state:  ( resourcesUpdatesModel.isProgressing        ? "progressing"
             : ResourcesModel.isFetching                  ? "fetching"
-            : updateModel.hasUpdates                     ? "has-updates"
             : resourcesUpdatesModel.needsReboot          ? "reboot"
+            : updateModel.hasUpdates                     ? "has-updates"
             : secSinceUpdate < 0                         ? "unknown"
             : secSinceUpdate === 0                       ? "now-uptodate"
             : secSinceUpdate < 1000 * 60 * 60 * 24       ? "uptodate"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin