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