[epiphany] ephy-embed-single: check for SOUP_TYPE_PASSWORD_MANAGER_GNOME



commit 45ff98169957a690d0dc93ad4f05f31605409ae2
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Mon Aug 20 15:45:39 2012 -0300

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index bd5c554..4e6feee 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]