diff options
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 <[email protected]> - * 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 <[email protected]> * 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. |