diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-password-dialog.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-03-29 Christian Persch <chpe@gnome.org> + + * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): + + #if 0 some currently unused code. Bug #423907. + 2007-03-25 Christian Persch <chpe@gnome.org> * src/ephy-statusbar.c: (create_statusbar_progress): 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); |