Skip to content

Commit

Permalink
#1780: doh, moving that line of code back was not enough, there was n…
Browse files Browse the repository at this point in the history
…o caps here!

git-svn-id: https://xpra.org/svn/Xpra/trunk@18660 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 1, 2018
1 parent c72aa3c commit be83cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def parse_server_capabilities(self):
for c in XpraClientBase.__bases__:
if not c.parse_server_capabilities(self):
return False
self.server_client_shutdown = c.boolget("client-shutdown", True)
self.server_client_shutdown = self.server_capabilities.boolget("client-shutdown", True)
return True

def parse_network_capabilities(self):
Expand Down

0 comments on commit be83cbe

Please sign in to comment.