Fix up last commit.

2008-03-28  Alexander Larsson  <alexl@redhat.com>

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


svn path=/branches/glib-2-16/; revision=6767
This commit is contained in:
Alexander Larsson
2008-03-28 13:58:30 +00:00
committed by Alexander Larsson
parent 5f10354bf0
commit 0a810aa697
2 changed files with 7 additions and 2 deletions

View File

@@ -1,10 +1,16 @@
2008-03-28 Alexander Larsson <alexl@redhat.com>
Reviewed by NOBODY (OOPS!).
* 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)
2008-03-28 Alexander Larsson <alexl@redhat.com>

View 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,