aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-password-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-password-dialog.c b/lib/ephy-password-dialog.c
index 66bdc0476..ee5561ff6 100644
--- a/lib/ephy-password-dialog.c
+++ b/lib/ephy-password-dialog.c
@@ -487,6 +487,7 @@ ephy_password_dialog_constructor (GType type,
/* Removed unused table rows */
gtk_table_resize (table, row, 2);
+#if 0
if (priv->flags & EPHY_PASSWORD_DIALOG_FLAGS_SHOW_REMEMBER)
{
GSList *group = NULL;
@@ -508,6 +509,7 @@ ephy_password_dialog_constructor (GType type,
gtk_widget_set_no_show_all (rbox, !gnome_keyring_is_available ());
}
+#endif
gtk_dialog_add_button (dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
gtk_dialog_add_button (dialog, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);