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