aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-30 03:42:36 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-30 03:42:36 +0800
commita941a1755f847bf100287e9c68537d5674d06e18 (patch)
treee8a92c432caff6b4b29834b24b2a376a275e885e /ChangeLog
parent19d8469ac62082ac4101026655ca957c3cd48041 (diff)
downloadgsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar.gz
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar.bz2
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar.lz
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar.xz
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.tar.zst
gsoc2013-epiphany-a941a1755f847bf100287e9c68537d5674d06e18.zip
Make sure the filename to print to doesn't contain slashes. Fixes bug
2004-08-29 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (sanitize_filename), (ephy_print_get_print_info): Make sure the filename to print to doesn't contain slashes. Fixes bug #148849.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a0f0bb5c..020b5cee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-08-29 Christian Persch <chpe@cvs.gnome.org>
+ * embed/print-dialog.c: (sanitize_filename),
+ (ephy_print_get_print_info):
+
+ Make sure the filename to print to doesn't contain slashes.
+ Fixes bug #148849.
+
+2004-08-29 Christian Persch <chpe@cvs.gnome.org>
+
* data/default-prefs.js:
Disable SSLv2 by default.