From 45ff98169957a690d0dc93ad4f05f31605409ae2 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Mon, 20 Aug 2012 15:45:39 -0300 Subject: 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 --- embed/ephy-embed-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') 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 -- cgit