mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
tests: Fix typo in memory-monitor-portal.py.in
This was my mistake in commit 67a9fbf1fa
.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Helps: #3237
This commit is contained in:
parent
5f345a2653
commit
b2144afe28
@ -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