X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-identity-manager-app.vala;h=507ca8cb2ef3385467587e2e0b01a7f6ae999ed6;hp=4de64be7673c141d2a6e53be950c98b5ded7742b;hb=93475b1a2267539658150d8f8762edc391db93aa;hpb=abd4e8ca1595f56b61277704cd734722c46cfc44 diff --git a/src/moonshot-identity-manager-app.vala b/src/moonshot-identity-manager-app.vala index 4de64be..507ca8c 100644 --- a/src/moonshot-identity-manager-app.vala +++ b/src/moonshot-identity-manager-app.vala @@ -108,7 +108,7 @@ public class IdentityManagerApp { model.set_store_type(IIdentityCardStore.StoreType.KEYRING); if (!headless) - view = new IdentityManagerView(this); + view = new IdentityManagerView(this, use_flat_file_store); LinkedList card_list = model.get_card_list(); if (card_list.size > 0) this.default_id_card = card_list.last();