mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
commit
936bb9ecfb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user