From f8c3b55edf6f8a54556d36982897a974f723f5ef Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Tue, 17 Jun 2014 12:10:53 -0400 Subject: [PATCH] Specify GLib.Idle to avoid ambiguity with Gtk.Idle on modern vala --- src/moonshot-identity-manager-app.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonshot-identity-manager-app.vala b/src/moonshot-identity-manager-app.vala index cbe1e43..d903363 100644 --- a/src/moonshot-identity-manager-app.vala +++ b/src/moonshot-identity-manager-app.vala @@ -206,7 +206,7 @@ public class IdentityManagerApp { } // Send back the identity (we can't directly run the // callback because we may be being called from a 'yield') - Idle.add( + GLib.Idle.add( () => { if (view != null) { identity = view.check_add_password(identity, request, model); -- 2.1.4