fixed stupid bug.

2008-03-19  Sven Neumann  <sven@gimp.org>

	* plug-ins/uri/uri-backend-gio.c (copy_uri): fixed stupid bug.

svn path=/trunk/; revision=25123
This commit is contained in:
Sven Neumann 2008-03-19 11:04:14 +00:00 committed by Sven Neumann
parent 9d1e4d278b
commit 3899de098f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-19 Sven Neumann <sven@gimp.org>
* plug-ins/uri/uri-backend-gio.c (copy_uri): fixed stupid bug.
2008-03-19 Sven Neumann <sven@gimp.org>
* app/paint-funcs/paint-funcs.c: minor formatting cleanup.

View File

@ -307,7 +307,7 @@ copy_uri (const gchar *src_uri,
error))
{
success = g_file_copy (src_file, dest_file, 0, NULL,
uri_progress_callback, GINT_TO_POINTER (mode),
uri_progress_callback, &progress,
error);
}