Skip to content

Commit

Permalink
typo: event callbacks not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 11, 2024
1 parent eaa9d43 commit 077bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/win32/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(self):

def cleanup(self):
log("Win32Eventlistener.cleanup()")
self.event_callback = {}
self.event_callbacks = {}

hwnd = self.hwnd
if hwnd:
Expand Down

0 comments on commit 077bf5b

Please sign in to comment.