From: Kevin Wasserman Date: Tue, 17 Jun 2014 16:10:53 +0000 (-0400) Subject: Specify GLib.Idle to avoid ambiguity with Gtk.Idle on modern vala X-Git-Tag: 0.7.1~7 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=f8c3b55edf6f8a54556d36982897a974f723f5ef Specify GLib.Idle to avoid ambiguity with Gtk.Idle on modern vala --- 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);