Merge branch 'memory-monitor-portal-fix' into 'main'

tests: Fix typo in memory-monitor-portal.py.in

See merge request GNOME/glib!3860
This commit is contained in:
Michael Catanzaro 2024-01-30 16:39:09 +00:00
commit 936bb9ecfb

View File

@ -87,7 +87,7 @@ try:
self.dbusmock.EmitWarning(level)
return GLib.SOURCE_CONTINUE
idle_id = GLib.idle_add(self.emit_warning, 0)
idle_id = GLib.idle_add(emit_warning, 0)
while self.last_warning != 0:
self.main_context.iteration(True)
GLib.source_remove(idle_id)