mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Fix the build
svn path=/branches/glib-2-16/; revision=7216
This commit is contained in:
parent
14d1b6e551
commit
a670fe2ea6
@ -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:
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user