Skip to content

Commit

Permalink
#4441 always emit a token on 'owner-changed'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 13, 2024
1 parent a885ef6 commit 885a52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/x11/gtk_x11/clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ def do_owner_changed(self) -> None:
log("do_owner_changed()")
self.target_data = {}
self.targets = ()
super().do_owner_changed()

def get_contents(self, target:str, got_contents:Callable) -> None:
log("get_contents(%s, %s) owned=%s, have-token=%s",
Expand Down

0 comments on commit 885a52f

Please sign in to comment.