[gtk+/wip/baedert/gtkimageview: 248/255] listbox: Don't compare int	to uint
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+/wip/baedert/gtkimageview: 248/255] listbox: Don't compare int	to uint
- Date: Thu, 12 May 2016 17:38:48 +0000 (UTC)
commit 07af8d42fba344b95739d9b69ba1a2be9d293bd7
Author: Timm Bäder <mail baedert org>
Date:   Sat Apr 16 13:57:08 2016 +0200
    listbox: Don't compare int to uint
 gtk/gtklistbox.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 25be593..91c08e3 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -3805,7 +3805,7 @@ gtk_list_box_bound_model_changed (GListModel *list,
 {
   GtkListBox *box = user_data;
   GtkListBoxPrivate *priv = BOX_PRIV (user_data);
-  gint i;
+  guint i;
 
   while (removed--)
     {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]