diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-18 03:20:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-18 03:20:50 +0800 |
commit | eadd4a2cb7330834115158707cbe19563b6a705b (patch) | |
tree | a9a8bf9d97e929f635f4fb0e425de39738eee70e /ChangeLog | |
parent | 33b81fc6775af261ecc5ae50034a9a9307905f09 (diff) | |
download | gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar.gz gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar.bz2 gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar.lz gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar.xz gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.tar.zst gsoc2013-epiphany-eadd4a2cb7330834115158707cbe19563b6a705b.zip |
Fix file name extension when exporting bookmarks. Bug #358986, patch by
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export):
Fix file name extension when exporting bookmarks. Bug #358986, patch
by Diego Escalante Urrelo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-12-17 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export): + + Fix file name extension when exporting bookmarks. Bug #358986, patch + by Diego Escalante Urrelo. + +2006-12-17 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-topic-action.c: (button_deactivate_cb): Fix a signal leak. Bug #363837, patch by John Millikin. |