From 9b81da4a70431e104dbcf7b40c8f14d61faa5a6c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 30 Jul 2007 05:13:42 +0000 Subject: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. 2007-07-30 Diego Escalante Urrelo * lib/ephy-password-dialog.c: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. svn path=/trunk/; revision=7213 --- ChangeLog | 7 +++++++ lib/ephy-password-dialog.c | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd9db6a4d..bf30d7b8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-30 Diego Escalante Urrelo + + * lib/ephy-password-dialog.c: + + Fix some strict aliasing warnings. Patch by Cosimo Cecchi. + Bug #433173. + 2007-07-29 Carlos Garcia Campos * 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) -{ - -} -- cgit