diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 13:55:11 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 13:55:11 -0500 |
commit | c3646a7d11d865d00b947ba41cf3703cea851e77 (patch) | |
tree | 0ec30ce30e36c80cf8e857eabe3926f8cbb135a7 /src | |
parent | b45e2d543b502d1185622a95e74c802f069eb13d (diff) | |
download | kpowersave-c3646a7d11d865d00b947ba41cf3703cea851e77.tar.gz kpowersave-c3646a7d11d865d00b947ba41cf3703cea851e77.zip |
Remove unnecessary language.
Diffstat (limited to 'src')
-rw-r--r-- | src/inactivity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp index 1ca6a09..48969a9 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -208,7 +208,7 @@ unsigned long inactivity::getXInactivity(){ } /*! - * This function workaround a fucking XServer idleTime bug in the + * This function workaround an XServer idleTime bug in the * XScreenSaverExtension, if dpms is running. In this case always the * current dpms-state time is extracted from the current idletime. * This mean: XScreenSaverInfo->idle is not the time since the last |