[gtk+] listbox: Don't compare int to uint
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] listbox: Don't compare int to uint
- Date: Thu, 12 May 2016 19:06:09 +0000 (UTC)
commit a99213100d0ef9f258d71ebf93caef08542bfd1e
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]