Fix the build

svn path=/branches/glib-2-16/; revision=7216
This commit is contained in:
Matthias Clasen 2008-07-20 03:10:56 +00:00
parent 14d1b6e551
commit a670fe2ea6
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-07-19 Matthias Clasen <mclasen@redhat.com>
* gfile.c: Make it compile.
2008-07-19 Matthias Clasen <mclasen@redhat.com>
Merge from trunk:

View File

@ -4015,9 +4015,9 @@ open_read_async_thread (GSimpleAsyncResult *res,
if (iface->read_fn == NULL)
{
g_set_error_literal (error, G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
_("Operation not supported"));
g_set_error (error, G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
_("Operation not supported"));
g_simple_async_result_set_from_error (res, error);
g_error_free (error);