aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-04-10 05:40:32 +0800
committerChristian Persch <chpe@src.gnome.org>2004-04-10 05:40:32 +0800
commit4a908200fdd1064924da73f61a64f61d628dae96 (patch)
tree4f0c3c141564bbc1e392631b128a654f3551950a /ChangeLog
parent23b63c1cd2fafb38cdbb404577e2639570118d8b (diff)
downloadgsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar.gz
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar.bz2
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar.lz
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar.xz
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.tar.zst
gsoc2013-epiphany-4a908200fdd1064924da73f61a64f61d628dae96.zip
Don't quit the filechooser when selecting "No" from the confirm- overwrite
2004-04-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/FilePicker.cpp: Don't quit the filechooser when selecting "No" from the confirm- overwrite dialoge. Fixes bug #139400. * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): Convert the filename to UTF-8 before showing it in the confirm dialogue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cf72ef22..61be8a2bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2004-04-09 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyHeaderSniffer.cpp:
+ * embed/mozilla/FilePicker.cpp:
+
+ Don't quit the filechooser when selecting "No" from the confirm-
+ overwrite dialoge. Fixes bug #139400.
+
+ * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
+
+ Convert the filename to UTF-8 before showing it in the confirm
+ dialogue.
+
+2004-04-09 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-location-action.c: (compare_actions),
(init_actions_list):