Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #587 from raelgc/585-keep-online-status
Browse files Browse the repository at this point in the history
Fix typo (#585)
  • Loading branch information
raelgc authored Jun 15, 2017
2 parents b8306e2 + d8cd43d commit f729576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scudcloud/scudcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, debug = False, minimized = None, urgent_hint = None, settings
# Ubuntu 16.04 and KDE
sessionBus.add_match_string("type='signal',interface='org.freedesktop.ScreenSaver'")
# Cinnamon
essionBus.add_match_string("type='signal',interface='org.cinnamon.ScreenSaver'")
sessionBus.add_match_string("type='signal',interface='org.cinnamon.ScreenSaver'")
sessionBus.add_message_filter(self.screenListener)
self.tickler.timeout.connect(self.sendTickle)
# If dbus is not present, tickler timer will act like a blocker to not send tickle too often
Expand Down

0 comments on commit f729576

Please sign in to comment.