You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
387 B
12 lines
387 B
--- 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;
|