Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-18 09:49:37 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-18 09:49:37 (GMT)
commitf7f4a48b0cb3c4268e5eb1d0b639e28dab8fc3f0 (patch)
tree61e4464416ded661f763fdacfdbd9c49dc7bb868 /ChangeLog
parent2a48d5a2d826240b1439c57621f9f63b2bcdd31a (diff)
Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks to
* configure.ac: * shell/ev-window.c: (ev_window_cmd_save_as): Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks to Gary Coady <gary@lyranthe.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dba808..1002482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+ * configure.ac:
+ * shell/ev-window.c: (ev_window_cmd_save_as):
+
+ Ask filechooser to confirm overwrite. Fix for the bug #328266.
+ Thanks to Gary Coady <gary@lyranthe.org>
+
+2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
* shell/ev-print-job.c: (idle_print_handler):
Inverse order printing, bug #320919.