Specify GLib.Idle to avoid ambiguity with Gtk.Idle on modern vala
[moonshot-ui.git] / src / moonshot-identity-manager-app.vala
index cbe1e43..d903363 100644 (file)
@@ -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);