query-settings: Don't compare int to uint

This commit is contained in:
Timm Bäder 2016-04-16 13:57:32 +02:00
parent a99213100d
commit c34bb3b994

View File

@ -26,7 +26,7 @@ main (int argc, char **argv)
GtkSettings *settings;
GParamSpec **props;
guint n_properties;
int i;
guint i;
int max_prop_name_length = 0;
gchar *pattern = NULL;