diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 14:37:29 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-05-06 01:36:08 +0200 |
commit | 2b503c0628eb28c0f77f2e9d380136f1d22a1064 (patch) | |
tree | d69718c4916166d983ec94dffbfaa76653f573f4 /ChangeLog | |
parent | 3f5d392aa121f6de3669e0136ead01c63cd1dcd4 (diff) | |
download | kpowersave-2b503c0628eb28c0f77f2e9d380136f1d22a1064.tar.gz kpowersave-2b503c0628eb28c0f77f2e9d380136f1d22a1064.zip |
Fix typos.
(cherry picked from commit 7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -204,17 +204,17 @@ * src/hardware.cpp: If the desktop session (if detected via ConsoleKit) get inactive call releasePolicyPowerIface() - and if the session is active again try to aquire the + and if the session is active again try to acquire the org.freedesktop.Policy.Power interface again. This should happen: - the session get inactive: - release org.freedesktop.Policy.Power: powersaved or if there is an other desktop session - an other KPowersave instance can aquire the name and + an other KPowersave instance can acquire the name and handle powermanagement. - the session get active again: - - the current active KPowersave instance aquire the + - the current active KPowersave instance acquire the interface/name from powersaved (if there is an other KPowersave instance holding the name it should release the name ...) and handle powermanagement again. @@ -230,7 +230,7 @@ 2007-08-20 Danny Kukawka <danny.kukawka@web.de> - * src/dbusHAL.[cpp,h]: Split up the code to aquire the + * src/dbusHAL.[cpp,h]: Split up the code to acquire the org.freedesktop.Policy.Power name service to a new own function. Added new function to release the service name again. Call now dbus_bus_release_name() if close() @@ -2011,7 +2011,7 @@ 2006-11-19 Danny Kukawka <danny.kukawka@web.de> * TODO: removed done issues - * src/dbusHAL.[cpp,h]: Added code to claim/aquire the + * src/dbusHAL.[cpp,h]: Added code to claim/acquire the org.freedesktop.Policy.Power interface from D-Bus to stop the powersave daemon/client and to be allowed to handle the powermanagement policy. |