diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:47:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:47:19 -0500 |
commit | fc325dd91d07d1f837a5ca0bc7d04ee237e28c54 (patch) | |
tree | 9379e4a7b1c838a75bc8e8d9cdf98944b04ddd0f /src | |
parent | 8bc366d9489c8bc441d4722a48622eeeda80158d (diff) | |
download | tdepowersave-fc325dd91d07d1f837a5ca0bc7d04ee237e28c54.tar.gz tdepowersave-fc325dd91d07d1f837a5ca0bc7d04ee237e28c54.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 |