diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:26:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:26:20 +0900 |
commit | 12e0e7507ba21c17d6209091c682b9e7f71ad028 (patch) | |
tree | 90cd5330aa7c356a66db0afee1c41008e861a783 /ChangeLog | |
parent | e0525e314afe0e2fc58e7be6597541fd2b2ab886 (diff) | |
download | tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.tar.gz tdepowersave-12e0e7507ba21c17d6209091c682b9e7f71ad028.zip |
Renamed Sleep to Suspend, following discussion on a more consistent
naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1009,7 +1009,7 @@ 2007-04-03 Danny Kukawka <danny.kukawka@web.de> * src/hardware.[cpp,h]: Add new helper functions/SLOTS to - forward the events for Power, Sleep and s2disk buttons and the + forward the events for Power, Suspend and s2disk buttons and the lidclose event. Changed current code to emit the Q_SIGNALS not directly but to call a QTimer:singleShot() with the new SLOTS instead. This should make the eventhandling from QT3 D-Bus |