mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
Fix the build
svn path=/branches/glib-2-16/; revision=7216
This commit is contained in:
@@ -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>
|
2008-07-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Merge from trunk:
|
Merge from trunk:
|
||||||
|
@@ -4015,9 +4015,9 @@ open_read_async_thread (GSimpleAsyncResult *res,
|
|||||||
|
|
||||||
if (iface->read_fn == NULL)
|
if (iface->read_fn == NULL)
|
||||||
{
|
{
|
||||||
g_set_error_literal (error, G_IO_ERROR,
|
g_set_error (error, G_IO_ERROR,
|
||||||
G_IO_ERROR_NOT_SUPPORTED,
|
G_IO_ERROR_NOT_SUPPORTED,
|
||||||
_("Operation not supported"));
|
_("Operation not supported"));
|
||||||
|
|
||||||
g_simple_async_result_set_from_error (res, error);
|
g_simple_async_result_set_from_error (res, error);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
|
Reference in New Issue
Block a user