X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmoonshot-identity-manager-app.vala;h=d9611412d77dac0d9754b9e9f731125dde89eaeb;hb=5b77443c929b4ca49366c3ac66d61514c9d1fc89;hp=681d811c1a55a40fa9164aa24a7a0d3d0a7cd738;hpb=de82297de1b0edaa42e4f75f786f6d795e604464;p=moonshot-ui.git diff --git a/src/moonshot-identity-manager-app.vala b/src/moonshot-identity-manager-app.vala index 681d811..d961141 100644 --- a/src/moonshot-identity-manager-app.vala +++ b/src/moonshot-identity-manager-app.vala @@ -209,6 +209,9 @@ public class IdentityManagerApp { // callback because we may be being called from a 'yield') Idle.add( () => { + if (view != null) { + view.check_add_password(identity, request, model); + } request.return_identity (identity); // The following occasionally causes the app to exit without sending the dbus // reply, so for now we just don't exit