glib r7216 - branches/glib-2-16/gio
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7216 - branches/glib-2-16/gio
- Date: Sun, 20 Jul 2008 03:10:56 +0000 (UTC)
Author: matthiasc
Date: Sun Jul 20 03:10:56 2008
New Revision: 7216
URL: http://svn.gnome.org/viewvc/glib?rev=7216&view=rev
Log:
Fix the build
Modified:
   branches/glib-2-16/gio/ChangeLog
   branches/glib-2-16/gio/gfile.c
Modified: branches/glib-2-16/gio/gfile.c
==============================================================================
--- branches/glib-2-16/gio/gfile.c	(original)
+++ branches/glib-2-16/gio/gfile.c	Sun Jul 20 03:10:56 2008
@@ -4015,9 +4015,9 @@
 
   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);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]