diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 14:38:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 14:38:12 -0500 |
commit | a14f98704b2cfaacbb4114214d4fa1305a28cb64 (patch) | |
tree | 3389dbb8dce67157d1929ee6ca51518484d01f18 /ChangeLog | |
parent | 70932ba22c922847b66fb256b28b870d62697511 (diff) | |
download | tdepowersave-a14f98704b2cfaacbb4114214d4fa1305a28cb64.tar.gz tdepowersave-a14f98704b2cfaacbb4114214d4fa1305a28cb64.zip |
Fix typos.
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. |