diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:11:04 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:11:04 +0000 |
commit | 89d0416a9557ddf85c5b874115e8ffc60879baaf (patch) | |
tree | 1fbb9498d42faac4b57a2d8d4bc058e29cf9e7d7 /gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch | |
parent | gnome 2.16 (diff) | |
download | gentoo-2-89d0416a9557ddf85c5b874115e8ffc60879baaf.tar.gz gentoo-2-89d0416a9557ddf85c5b874115e8ffc60879baaf.tar.bz2 gentoo-2-89d0416a9557ddf85c5b874115e8ffc60879baaf.zip |
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch')
-rw-r--r-- | gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch new file mode 100644 index 000000000000..c420759a8950 --- /dev/null +++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.0-camel-rewind.patch @@ -0,0 +1,11 @@ +diff --exclude-from=/home/dang/.diffrc -u -ruN evolution-data-server-1.7.90.1.orig/camel/camel-disco-diary.c evolution-data-server-1.7.90.1/camel/camel-disco-diary.c +--- evolution-data-server-1.7.90.1.orig/camel/camel-disco-diary.c 2006-02-16 04:36:28.000000000 -0500 ++++ evolution-data-server-1.7.90.1/camel/camel-disco-diary.c 2006-08-01 22:55:43.000000000 -0400 +@@ -404,6 +404,7 @@ + + /* Truncate the log */ + ftruncate (fileno (diary->file), 0); ++ rewind (diary->file); + } + + CamelDiscoDiary * |