diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-27 22:50:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-27 22:50:01 +0800 |
commit | b19f5097e2c7c2a433f48064346685cfc89a16ce (patch) | |
tree | b1be8cb03a9a023578f3b9c8802a4801b5eadf56 /ChangeLog | |
parent | 9f59023c308b583478e4519cf8d08419db4361b0 (diff) | |
download | gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar.gz gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar.bz2 gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar.lz gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar.xz gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.tar.zst gsoc2013-epiphany-b19f5097e2c7c2a433f48064346685cfc89a16ce.zip |
Fix for gtk+ filechooser API change.
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp:
* lib/ephy-file-chooser.c: (ephy_file_chooser_init),
(ephy_file_chooser_new):
* src/prefs-dialog.c: (prefs_download_path_button_clicked_cb):
Fix for gtk+ filechooser API change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-02-27 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/FilePicker.cpp: + * lib/ephy-file-chooser.c: (ephy_file_chooser_init), + (ephy_file_chooser_new): + * src/prefs-dialog.c: (prefs_download_path_button_clicked_cb): + + Fix for gtk+ filechooser API change. + +2004-02-27 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-import.c: (ns_parse_bookmark_item): Fix potential crash. |