Fix up last commit.
authorAlexander Larsson <alexl@redhat.com>
Fri, 28 Mar 2008 13:57:29 +0000 (13:57 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 28 Mar 2008 13:57:29 +0000 (13:57 +0000)
2008-03-28  Alexander Larsson  <alexl@redhat.com>

        * gfile.c:
        (copy_stream_with_progress):
Fix up last commit.

svn path=/trunk/; revision=6766

gio/ChangeLog
gio/gfile.c

index a2e9704..60bce61 100644 (file)
@@ -2,6 +2,12 @@
 
         * gfile.c:
         (copy_stream_with_progress):
+       Fix up last commit.
+       
+2008-03-28  Alexander Larsson  <alexl@redhat.com>
+
+        * gfile.c:
+        (copy_stream_with_progress):
         (file_copy_fallback):
        Fallback to g_file_query_info for source size
        if g_file_input_stream_query_info fails. (#524579)
index b592ed8..9e65a4b 100644 (file)
@@ -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,