[epiphany] Reorder options in remember password prompt



commit 6e5d64aeac48493c201f7fec611840510168e8d1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jul 30 09:57:02 2015 -0500

    Reorder options in remember password prompt
    
    I messed this up replacing the close button with don't save: affirmative
    is always on the right in GNOME. Just like it already is for
    geolocation/notification requests.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753061

 embed/ephy-web-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index a35bee0..c9a61a5 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,
+  info_bar = gtk_info_bar_new_with_buttons (_("_Don’t Save"), GTK_RESPONSE_CLOSE,
+                                            _("_Save"), GTK_RESPONSE_YES,
                                             NULL);
 
   action_area = gtk_info_bar_get_action_area (GTK_INFO_BAR (info_bar));


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