GNOME Bugzilla – Bug 572238
Remove deprecated Glib symbols
Last modified: 2009-06-10 22:26:52 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib ./src/common/plugin.c: return g_io_channel_read (source, buf, *len, len); ./src/common/server.c: if (g_io_channel_read (source, &buf[i], 1, &len) != G_IO_ERROR_NONE) http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-channel-read
Created attachment 131879 [details] [review] Removed depricated Symbols
Created attachment 131880 [details] [review] Removed depricated Symbols
+ if (g_io_channel_read_chars(source, &buf[i], 1, &len, NULL) != G_IO_ERROR_NORMAL) I think this should be G_IO_STATUS_NORMAL instead.
Created attachment 132295 [details] [review] Fixed patch Your right, oops
Committed to svn trunk after 2.26.1 release. Thanks for the patch!
I assume, that patch has been committed and I am thus marking the patch as such :)