Merge branch 'fix_gdb_python_helper' into 'main'

gobject_gdb.py: fix regression caused by bfbe7127d5

See merge request GNOME/glib!3430
This commit is contained in:
Philip Withnall 2023-05-16 10:27:41 +00:00
commit 90c3438373

View File

@ -215,7 +215,7 @@ class SignalFrame(FrameDecorator):
if detail is not None:
return signal + ":" + detail
else:
return detail
return signal
def function(self):
instances = []