[epiphany] ephy-web-view: dismiss the "Remember password?" infobar on navigation



commit 2434fbfa4df95702de8e19e2484b23937113a8cd
Author: Xan Lopez <xan igalia com>
Date:   Tue Jan 24 12:04:10 2012 +0100

    ephy-web-view: dismiss the "Remember password?" infobar on navigation
    
    Does not make much sense to keep it when the context for the action is
    gone.

 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 7c2e89e..13d5382 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, FALSE);
+  ephy_embed_add_top_widget (embed, info_bar, TRUE);
 
   /* 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]