mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-07-21 13:01:16 +02:00
add window title formatting
This commit is contained in:
@@ -27,8 +27,8 @@ class UpdateWindow(Toplevel):
|
||||
In particular, starting or stopping the inferior, or switching
|
||||
frames, causes this window to be eligible for updates."""
|
||||
|
||||
def __init__(self):
|
||||
super(UpdateWindow, self).__init__()
|
||||
def __init__(self, window_type):
|
||||
super(UpdateWindow, self).__init__(window_type)
|
||||
gui.startup.send_to_gtk(self.gtk_initialize)
|
||||
self._connect_events()
|
||||
# Display the data now.
|
||||
|
Reference in New Issue
Block a user