mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 19:50:21 +00:00
listbox: Don't compare int to uint
This commit is contained in:
parent
4cce90d1e2
commit
a99213100d
@ -3805,7 +3805,7 @@ gtk_list_box_bound_model_changed (GListModel *list,
|
|||||||
{
|
{
|
||||||
GtkListBox *box = user_data;
|
GtkListBox *box = user_data;
|
||||||
GtkListBoxPrivate *priv = BOX_PRIV (user_data);
|
GtkListBoxPrivate *priv = BOX_PRIV (user_data);
|
||||||
gint i;
|
guint i;
|
||||||
|
|
||||||
while (removed--)
|
while (removed--)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user