diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-22 00:45:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-22 00:45:25 +0800 |
commit | f2d41daea48b9dd3295cc978758c57272c2ad205 (patch) | |
tree | cf7867bc3f7bc58a64cbd0da1635399eebe29dff /ChangeLog | |
parent | 6bb4c6468a602920f04f7d38f4de7247d8719de5 (diff) | |
download | gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar.gz gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar.bz2 gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar.lz gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar.xz gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.tar.zst gsoc2013-epiphany-f2d41daea48b9dd3295cc978758c57272c2ad205.zip |
Fix crash when removing a password, introduced by the last commit.
2004-08-21 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/tmpl/ephy-embed.sgml:
* src/pdm-dialog.c: (pdm_dialog_password_remove):
Fix crash when removing a password, introduced by the last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-08-21 Christian Persch <chpe@cvs.gnome.org> + * doc/reference/tmpl/ephy-embed.sgml: + * src/pdm-dialog.c: (pdm_dialog_password_remove): + + Fix crash when removing a password, introduced by the last commit. + +2004-08-21 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-password-manager.c: (ephy_password_manager_get_type), (ephy_password_manager_base_init): * embed/ephy-password-manager.h: |