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>2006-08-15 16:30:55 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-08-15 16:30:55 (GMT)
commit18bf46c70ad5610ca6cd2438f27588aaa713d153 (patch)
treec6d074ffae0c7d892e82b9f3a49374f91fdfe6e2 /ChangeLog
parent5536f17da9d02866c0286b37cd6ac69fcb0c1fb3 (diff)
Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with gnome-vfs
2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-attachment.c: (ev_attachment_save): Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b60393..5c9836f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
+2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * backend/ev-attachment.c: (ev_attachment_save):
+
+ Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
+ gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
+
2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
+
* shell/ev-window.c: (ev_window_cmd_recent_file_activate):
Fixed a compilation error if HAVE_GTK_RECENT isn't defined.