File 0003-Reduce-the-CPU-usage-by-not-setting-an-initial-state.patch of Package apper
From 2990121024410801e9767871297f369512cf0c72 Mon Sep 17 00:00:00 2001
From: Daniel Nicoletti <dantti12@gmail.com>
Date: Wed, 9 Jan 2013 13:02:59 -0200
Subject: [PATCH 03/14] Reduce the CPU usage by not setting an initial state
when starting (makes BusyCurso not run which eats CPU)
---
plasmoid/package/contents/ui/main.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml
index 222ce97..89bcef9 100644
--- a/plasmoid/package/contents/ui/main.qml
+++ b/plasmoid/package/contents/ui/main.qml
@@ -23,7 +23,7 @@ import org.packagekit 0.1 as PackageKit
FocusScope {
id: root
- state: "BUSY"
+ state: ""
property int minimumHeight: 320
property int minimumWidth: 370
--
1.8.1