diff options
Diffstat (limited to 'arch/3.5.13/trinity-extras/trinity-kpowersave/kpowersave-inactivity.cpp.patch')
-rw-r--r-- | arch/3.5.13/trinity-extras/trinity-kpowersave/kpowersave-inactivity.cpp.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/3.5.13/trinity-extras/trinity-kpowersave/kpowersave-inactivity.cpp.patch b/arch/3.5.13/trinity-extras/trinity-kpowersave/kpowersave-inactivity.cpp.patch deleted file mode 100644 index 08645af32..000000000 --- a/arch/3.5.13/trinity-extras/trinity-kpowersave/kpowersave-inactivity.cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kpowersave/src/inactivity.cpp -+++ kpowersave/src/inactivity.cpp 2011-03-12 18:40:52.000000000 -0600 -@@ -325,7 +325,7 @@ - blacklisted_running = false; - } - else { -- if (pids.contains(QRegExp::QRegExp("[0-9]"))) { -+ if (pids.contains(QRegExp("[0-9]"))) { - kdDebug() << "BLACKLISTED IS RUNNING" << endl; - blacklisted_running = true; - blacklisted_running_last = idleTime; |