[gtk+/wip/baedert/gtkimageview: 146/150] 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: 146/150] listbox: Don't compare int to uint
- Date: Mon, 18 Apr 2016 19:01:00 +0000 (UTC)
commit e693e202b12c6bf2384f3fb442ac3d4ee6d63992
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 2ffa768..d13a63c 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -3824,7 +3824,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]