[epiphany] We need to be a bit smarter about this, and only dismiss it for user-initiated navigations. Revert f
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] We need to be a bit smarter about this, and only dismiss it for user-initiated navigations. Revert f
- Date: Fri, 24 Feb 2012 12:21:36 +0000 (UTC)
commit b06ecbac6b9183d75bab0497a80028ca9a8595bf
Author: Xan Lopez <xan igalia com>
Date: Fri Feb 24 13:17:21 2012 +0100
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.
embed/ephy-web-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e17e901..6d082b4 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]