mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 23:50:08 +01:00
send _disconnect_events to the correct thread
This commit is contained in:
@@ -156,7 +156,7 @@ class LRUHandler:
|
||||
def remove(self, window):
|
||||
self.windows.remove(window)
|
||||
if len(self.windows) == 0:
|
||||
gui.startup.send_to_gtk(self._disconnect_events)
|
||||
gdb.post_event(self._disconnect_events)
|
||||
|
||||
@in_gtk_thread
|
||||
def add(self, window):
|
||||
|
||||
Reference in New Issue
Block a user