Skip to content

Commit

Permalink
was applied to the wrong window attribute
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21751 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 20, 2019
1 parent 5f85a54 commit 653894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def metadata_replace(match):
skip_pager = metadata.boolget("skip-pager")
if self._skip_pager!=skip_pager:
self._skip_pager = skip_pager
self.set_skip_taskbar_hint(skip_pager)
self.set_skip_pager_hint(skip_pager)

if b"workspace" in metadata:
self.set_workspace(metadata.intget("workspace"))
Expand Down

0 comments on commit 653894f

Please sign in to comment.