mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 11:11:58 +02:00
Bug 526796 – Wrong order of arguments in g_file_copy's fallback
* gfile.c (file_copy_fallback): Fix the argument order. Patch by Christian Kellner. svn path=/trunk/; revision=6830
This commit is contained in:
parent
43964b2fc1
commit
f0ba12f19f
@ -1,3 +1,10 @@
|
||||
2008-04-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 526796 – Wrong order of arguments in g_file_copy's fallback
|
||||
|
||||
* gfile.c (file_copy_fallback): Fix the argument order. Patch
|
||||
by Christian Kellner.
|
||||
|
||||
2008-04-04 Sebastien Bacher <seb128@ubuntu.com>
|
||||
|
||||
* gunixmounts.c: (g_unix_mount_guess_should_display):
|
||||
|
@ -2300,8 +2300,9 @@ file_copy_fallback (GFile *source,
|
||||
if (flags & G_FILE_COPY_OVERWRITE)
|
||||
{
|
||||
out = (GOutputStream *)g_file_replace (destination,
|
||||
NULL, 0,
|
||||
NULL,
|
||||
flags & G_FILE_COPY_BACKUP,
|
||||
0,
|
||||
cancellable, error);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user