mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 23:50:08 +01:00
make Toplevel call start_gtk
This commit is contained in:
@@ -21,6 +21,7 @@ import threading
|
||||
|
||||
class _ToplevelState(object):
|
||||
def __init__(self):
|
||||
gui.startup.start_gtk()
|
||||
# This lock must be held when using the other globals here.
|
||||
self.toplevel_lock = threading.Lock()
|
||||
self.next_toplevel = 1
|
||||
|
||||
Reference in New Issue
Block a user