aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-07-30 13:13:42 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-07-30 13:13:42 +0800
commit9b81da4a70431e104dbcf7b40c8f14d61faa5a6c (patch)
tree3f0c6fbb4a1413ae90af12f456c2825b5a019b63
parent0fe0543f49d24020f3e3151bb8c56ed6b44bc5ba (diff)
downloadgsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.gz
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.bz2
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.lz
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.xz
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.tar.zst
gsoc2013-epiphany-9b81da4a70431e104dbcf7b40c8f14d61faa5a6c.zip
Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173.
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. svn path=/trunk/; revision=7213
-rw-r--r--ChangeLog7
-rw-r--r--lib/ephy-password-dialog.c6
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 <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)
-{
-
-}