[gtk+/wip/baedert/gtkimageview: 290/294] 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: 290/294] listbox: Don't compare int to uint
- Date: Sat, 30 Apr 2016 07:19:15 +0000 (UTC)
commit 41694fca4ecb520e1d7c4c423acdb27de3d8875c
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]