Specify GLib.Idle to avoid ambiguity with Gtk.Idle on modern vala
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Tue, 17 Jun 2014 16:10:53 +0000 (12:10 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Tue, 17 Jun 2014 16:10:53 +0000 (12:10 -0400)
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')
         }
         // 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);
             () => {
                 if (view != null) {
                     identity = view.check_add_password(identity, request, model);