Skip to content

Commit

Permalink
#1760: fix error during cleanup
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18247 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 1, 2018
1 parent 04c8c6e commit d45cfcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/platform/xposix/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ def __init__(self, client, _opts):
self._xsettings_watcher = None
self._root_props_watcher = None
self.system_bus = None
self.session_bus = None
self.upower_resuming_match = None
self.upower_sleeping_match = None
self.login1_match = None
Expand Down

0 comments on commit d45cfcd

Please sign in to comment.