mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
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:
commit
90c3438373
@ -215,7 +215,7 @@ class SignalFrame(FrameDecorator):
|
||||
if detail is not None:
|
||||
return signal + ":" + detail
|
||||
else:
|
||||
return detail
|
||||
return signal
|
||||
|
||||
def function(self):
|
||||
instances = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user