From 4824b7dbb072a7d19f579f73bda098713ccbc87a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 28 Mar 2008 13:57:29 +0000 Subject: [PATCH] Fix up last commit. 2008-03-28 Alexander Larsson * gfile.c: (copy_stream_with_progress): Fix up last commit. svn path=/trunk/; revision=6766 --- gio/ChangeLog | 6 ++++++ gio/gfile.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index a2e97046..60bce611 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-03-28 Alexander Larsson + + * gfile.c: + (copy_stream_with_progress): + Fix up last commit. + 2008-03-28 Alexander Larsson * gfile.c: diff --git a/gio/gfile.c b/gio/gfile.c index b592ed8a..9e65a4b4 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -2118,7 +2118,6 @@ static gboolean copy_stream_with_progress (GInputStream *in, GOutputStream *out, GFile *source, - GFileQueryInfoFlags info_flags, GCancellable *cancellable, GFileProgressCallback progress_callback, gpointer progress_callback_data, -- 2.34.1