diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | lib/ephy-password-dialog.c | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,3 +1,10 @@ +2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + + * lib/ephy-password-dialog.c: + + Fix some strict aliasing warnings. Patch by Cosimo Cecchi. + Bug #433173. + 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): diff --git a/lib/ephy-password-dialog.c b/lib/ephy-password-dialog.c index ee5561ff6..72d6f7e22 100644 --- a/lib/ephy-password-dialog.c +++ b/lib/ephy-password-dialog.c @@ -732,9 +732,3 @@ ephy_password_dialog_get_new_password (EphyPasswordDialog *dialog) return gtk_entry_get_text (GTK_ENTRY (priv->entry[NEW_PASSWORD_ENTRY])); } -void -ephy_password_dialog_fill (EphyPasswordDialog *dialog, - GList *attributes_list) -{ - -} |