X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmoonshot-identity-manager-app.vala;fp=src%2Fmoonshot-identity-manager-app.vala;h=5a7857eccfa74f85cb163f0a651387d83f09c0c3;hb=b1a1ad76aafd0e01a79ef1588f18afb2532a7955;hp=350b68e36328ee5501c9f745df2dd7e84d4202a6;hpb=e5ec4eda9b553121e1ce1262a37939ff3a006731;p=moonshot-ui.git diff --git a/src/moonshot-identity-manager-app.vala b/src/moonshot-identity-manager-app.vala index 350b68e..5a7857e 100644 --- a/src/moonshot-identity-manager-app.vala +++ b/src/moonshot-identity-manager-app.vala @@ -94,8 +94,8 @@ public class IdentityManagerApp { use_flat_file_store |= UserForcesFlatFileStore(); this.use_flat_file_store = use_flat_file_store; -#if GNOME_KEYRING - bool keyring_available = (!use_flat_file_store) && GnomeKeyring.is_available(); +#if GNOME_KEYRING || LIBSECRET_KEYRING + bool keyring_available = (!use_flat_file_store) && KeyringStore.is_available(); #else bool keyring_available = false; #endif