[libegg/spread-table-dnd: 35/45] Make an int a uint to silence a compiler warning



commit 8ee66664d5b4a7389b34ae7fc33f6faf8d0d9280
Author: David King <davidk openismus com>
Date:   Wed Mar 23 15:09:37 2011 +0100

    Make an int a uint to silence a compiler warning

 libegg/dock/egg-dock-layout.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libegg/dock/egg-dock-layout.c b/libegg/dock/egg-dock-layout.c
index 4d42ad4..18925d0 100644
--- a/libegg/dock/egg-dock-layout.c
+++ b/libegg/dock/egg-dock-layout.c
@@ -1019,7 +1019,8 @@ egg_dock_layout_foreach_object_save (EggDockObject *object,
     } *info = user_data, info_child;
 
     xmlNodePtr   node;
-    gint         n_props, i;
+    gint         i;
+    guint        n_props;
     GParamSpec **props;
     GValue       attr = { 0, };
     



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]