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:
@@ -176,7 +176,10 @@ class SourceWindow(Toplevel):
|
||||
|
||||
def __init__(self):
|
||||
super(SourceWindow, self).__init__()
|
||||
gui.startup.send_to_gtk(self._initialize)
|
||||
|
||||
@in_gtk_thread
|
||||
def _initialize(self):
|
||||
self.frame = None
|
||||
|
||||
self.do_step = Invoker("step")
|
||||
|
||||
Reference in New Issue
Block a user