aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-02-24 20:17:21 +0800
committerXan Lopez <xan@igalia.com>2012-02-24 20:17:21 +0800
commitb06ecbac6b9183d75bab0497a80028ca9a8595bf (patch)
tree826ce0df809092eedaf40f923d0cc20124659d6e
parent3cd8c08710c96c32b5b89f845b393a5b31d4a7e7 (diff)
downloadgsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar.gz
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar.bz2
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar.lz
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar.xz
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.tar.zst
gsoc2013-epiphany-b06ecbac6b9183d75bab0497a80028ca9a8595bf.zip
We need to be a bit smarter about this, and only dismiss it for
user-initiated navigations. Revert for now. Revert "ephy-web-view: dismiss the "Remember password?" infobar on navigation" This reverts commit 2434fbfa4df95702de8e19e2484b23937113a8cd.
-rw-r--r--embed/ephy-web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e17e9018a..6d082b4f1 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -786,7 +786,7 @@ request_decision_on_storing (StorePasswordData *store_data)
g_signal_connect (info_bar, "response", G_CALLBACK (store_password), store_data);
- ephy_embed_add_top_widget (embed, info_bar, TRUE);
+ ephy_embed_add_top_widget (embed, info_bar, FALSE);
/* We track the info_bar, so we only ever show one */
if (web_view->priv->password_info_bar)