From 611a4ff5aea231238bfbe3b6c6e2d41dddcb1145 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:42:39 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spawn.vala b/Spawn.vala index 912689d3..f19b493a 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -431,8 +431,8 @@ public class Spawn : Object } if (this.async) { try { - if (imports.gi.Gtk.events_pending()) { - imports.gi.Gtk.main_iteration(); + if ( Gtk.events_pending()) { + Gtk.main_iteration(); } } catch(Error e) { -- 2.39.2