Skip to content

Commit

Permalink
avoid crashes on MS Windows when exiting using key shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 12, 2023
1 parent d4f7f49 commit ff7e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk_base/sessions_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def show():

def quit(self, *args):
log("quit%s", args)
self.do_quit()
GLib.idle_add(self.do_quit)

def do_quit(self):
log("do_quit()")
Expand Down

0 comments on commit ff7e951

Please sign in to comment.