From 9a806a91de37bb129f6a7876f883f0d92fccf028 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 6 Apr 2022 13:19:29 -0400 Subject: [PATCH] solaar: update code comment - not using UPower daemon --- lib/solaar/upower.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solaar/upower.py b/lib/solaar/upower.py index 896a52de..4bede4c7 100644 --- a/lib/solaar/upower.py +++ b/lib/solaar/upower.py @@ -52,7 +52,7 @@ def _suspend_or_resume(suspend): def watch(on_resume_callback=None, on_suspend_callback=None): """Register callback for suspend/resume events. - They are called only if the system DBus is running, and the UPower daemon is available.""" + They are called only if the system DBus is running, and the Login daemon is available.""" global _resume_callback, _suspend_callback _suspend_callback = on_suspend_callback _resume_callback = on_resume_callback