aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-27 22:50:01 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-27 22:50:01 +0800
commitb19f5097e2c7c2a433f48064346685cfc89a16ce (patch)
treeb1be8cb03a9a023578f3b9c8802a4801b5eadf56 /ChangeLog
parent9f59023c308b583478e4519cf8d08419db4361b0 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12a093771..9d8b6802d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.