Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-03-19 16:24:50 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-03-19 16:24:50 (GMT)
commit08a9f7ae85046d4b4434927a2f0fbe8642287089 (patch)
tree42a2608965eccec4256a023716a3f5d00df889c7 /ChangeLog
parent65fc8ed56ee130a477f165dd82e34459d5066e69 (diff)
Do not append the extension to filename when saving an image if the
2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (image_save_dialog_response_cb): Do not append the extension to filename when saving an image if the filename alredy contains the extension. Fixes bug #523069. svn path=/trunk/; revision=2972
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7628ac2..bf084c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (image_save_dialog_response_cb):
+
+ Do not append the extension to filename when saving an image
+ if the filename alredy contains the extension. Fixes bug #523069.
+
2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.[ch]: (ev_view_find_cancel):