mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +01:00
fix syntax error
This commit is contained in:
@@ -81,7 +81,7 @@ class _ToplevelState(object):
|
||||
|
||||
@in_gdb_thread
|
||||
def update_titles(self):
|
||||
gui.startup.send_to_gtk(lambda: self._do_update_titles))
|
||||
gui.startup.send_to_gtk(lambda: self._do_update_titles)
|
||||
|
||||
@in_gtk_thread
|
||||
def windows(self):
|
||||
|
||||
Reference in New Issue
Block a user