diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2012-08-21 02:45:39 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2012-08-21 03:18:19 +0800 |
commit | 45ff98169957a690d0dc93ad4f05f31605409ae2 (patch) | |
tree | 4de802f62281bf68669ac41625d993ba86d522e1 /embed | |
parent | c4617cd71281139749e5103c0b7fbf38eec93b81 (diff) | |
download | gsoc2013-epiphany-45ff98169957a690d0dc93ad4f05f31605409ae2.tar.gz gsoc2013-epiphany-45ff98169957a690d0dc93ad4f05f31605409ae2.tar.zst gsoc2013-epiphany-45ff98169957a690d0dc93ad4f05f31605409ae2.zip |
ephy-embed-single: check for SOUP_TYPE_PASSWORD_MANAGER_GNOME
That is the type we actually use.
https://bugzilla.gnome.org/show_bug.cgi?id=682289
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index bd5c55428..4e6feee1e 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -497,7 +497,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single) soup_session_feature_add_feature (requester, EPHY_TYPE_REQUEST_ABOUT); g_object_unref (requester); -#ifdef SOUP_TYPE_PASSWORD_MANAGER +#ifdef SOUP_TYPE_PASSWORD_MANAGER_GNOME /* Use GNOME keyring to store passwords. Only add the manager if we are not using a private session, otherwise we want any new password to expire when we exit *and* we don't want to use any |