Author: nick
Date: 2008-10-20 09:35:32 +0000 (Mon, 20 Oct 2008)
New Revision: 28317
Modified:
xfconf/trunk/xfconf/xfconf-channel.c
Log:
* Fix a small compiler warning.
Modified: xfconf/trunk/xfconf/xfconf-channel.c
===================================================================
--- xfconf/trunk/xfconf/xfconf-channel.c 2008-10-20 09:31:03 UTC (rev
28316)
+++ xfconf/trunk/xfconf/xfconf-channel.c 2008-10-20 09:35:32 UTC (rev
28317)
@@ -460,7 +460,7 @@
GType gtype)
{
GPtrArray *arr_dest;
- gint i;
+ guint i;
g_return_val_if_fail(arr_src && arr_src->len, NULL);
g_return_val_if_fail(gtype != G_TYPE_INVALID, NULL);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits