mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
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:
committed by
Alexander Larsson
parent
5f10354bf0
commit
0a810aa697
@@ -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>
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user