diff options
author | Michele Calgaro <[email protected]> | 2016-05-06 18:20:22 +1000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-05-06 18:20:22 +1000 |
commit | 676fba0b9f08d41e68b115bc91931b5d0aa53376 (patch) | |
tree | 3cb909493c2e4337cd82f3ba7fb4e5291d20165f /src/tdepowersave.h | |
parent | fab0d1579f8be4859958217e7b632acfbf191de2 (diff) | |
download | tdepowersave-676fba0b9f08d41e68b115bc91931b5d0aa53376.tar.gz tdepowersave-676fba0b9f08d41e68b115bc91931b5d0aa53376.zip |
Fixed autosuspend functionality broken by commit fab0d15. This relates to bug 2632.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tdepowersave.h')
-rw-r--r-- | src/tdepowersave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdepowersave.h b/src/tdepowersave.h index 90896f9..bb46fc0 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -326,7 +326,7 @@ private slots: //! show warning dialog or call autosuspend if signal \ref inactivity::inactivityTimeExpired() recieved void do_autosuspendWarn(); //! execute the autosuspend - bool do_autosuspend(bool chancel); + bool do_autosuspend(bool cancel); //! starts the Yast2-power-management module void do_config(); //! sets the new scheme with all settings |