mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
tests: Fix typo in memory-monitor-portal.py.in
This was my mistake in commit 67a9fbf1fae292032f292b909a6b561c336fd5f9. 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…
x
Reference in New Issue
Block a user