[epiphany] Use a Don't Save button on the save password info bar



commit a0d0cf8f5c8896a1ef911b50513a12f6f5d510c5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 8 23:32:51 2015 -0600

    Use a Don't Save button on the save password info bar
    
    The standard close image button looks bad next to a text button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738865

 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 a25feec..495b405 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -490,8 +490,8 @@ ephy_web_view_create_form_auth_save_confirmation_info_bar (EphyWebView *web_view
   LOG ("Going to show infobar about %s", webkit_web_view_get_uri (WEBKIT_WEB_VIEW (web_view)));
 
   info_bar = gtk_info_bar_new_with_buttons (_("_Save"), GTK_RESPONSE_YES,
+                                            _("_Don’t Save"), GTK_RESPONSE_CLOSE,
                                             NULL);
-  gtk_info_bar_set_show_close_button (GTK_INFO_BAR (info_bar), TRUE);
 
   action_area = gtk_info_bar_get_action_area (GTK_INFO_BAR (info_bar));
   gtk_orientable_set_orientation (GTK_ORIENTABLE (action_area),


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