mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
Bug 545203 – gfile.c: argument is different type.
2008-07-28 Matthias Clasen <mclasen@redhat.com> Bug 545203 – gfile.c: argument is different type. * gfile.c (open_read_async_thread): Pass a GError ** to g_file_set_error_literal. Reported by Kazuki Iwamoto svn path=/trunk/; revision=7269
This commit is contained in:
committed by
Matthias Clasen
parent
b51d77011c
commit
855a4c1cca
@@ -1,3 +1,11 @@
|
|||||||
|
2008-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 545203 – gfile.c: argument is different type.
|
||||||
|
|
||||||
|
* gfile.c (open_read_async_thread): Pass a GError **
|
||||||
|
to g_file_set_error_literal.
|
||||||
|
Reported by Kazuki Iwamoto
|
||||||
|
|
||||||
2008-07-28 Matthias Clasen <mclasen@redhat.com>
|
2008-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 545157 – wrong/no list of "open with" applications for .cc and
|
Bug 545157 – wrong/no list of "open with" applications for .cc and
|
||||||
|
@@ -4201,7 +4201,7 @@ 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_literal (&error, G_IO_ERROR,
|
||||||
G_IO_ERROR_NOT_SUPPORTED,
|
G_IO_ERROR_NOT_SUPPORTED,
|
||||||
_("Operation not supported"));
|
_("Operation not supported"));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user