diff options
author | Christian Persch <chpe@gnome.org> | 2007-03-29 06:22:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-03-29 06:22:50 +0800 |
commit | ef9323ca156d736e1b1794350c8473b34bc39e56 (patch) | |
tree | 30629e10f5299ec77e1e84a1826c5142b7b8ab0a /lib | |
parent | 3005e954fb5e63d52efd787a367d88b59adf7a68 (diff) | |
download | gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar.gz gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar.bz2 gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar.lz gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar.xz gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.tar.zst gsoc2013-epiphany-ef9323ca156d736e1b1794350c8473b34bc39e56.zip |
#if 0 some currently unused code. Bug #423907.
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.
svn path=/trunk/; revision=6977
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-password-dialog.c | 2 |
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); |