From: Alexander Larsson Date: Fri, 28 Mar 2008 13:57:29 +0000 (+0000) Subject: Fix up last commit. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4824b7dbb072a7d19f579f73bda098713ccbc87a;p=dana%2Fcg-glib.git Fix up last commit. 2008-03-28 Alexander Larsson * gfile.c: (copy_stream_with_progress): Fix up last commit. svn path=/trunk/; revision=6766 --- 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,