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-09-07 10:37:26 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-09-07 10:37:26 (GMT)
commitad293ab856e842cbb8cc4f184716eafc767953af (patch)
treeeaf7a11642f928a06b795d598a2d235027bc03c1 /ChangeLog
parent8ae55be884974263f9347e2a7b1b3873404cdecb (diff)
Do not append the file extension twice when saving an image.
2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (image_save_dialog_response_cb): Do not append the file extension twice when saving an image. svn path=/trunk/; revision=3159
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10da701..15b6eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-window.c: (image_save_dialog_response_cb):
+
+ Do not append the file extension twice when saving an image.
+
+2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
+
* backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
Remove an invalid ifdef.