query-settings: Don't compare int to uint
This commit is contained in:
@ -26,7 +26,7 @@ main (int argc, char **argv)
|
|||||||
GtkSettings *settings;
|
GtkSettings *settings;
|
||||||
GParamSpec **props;
|
GParamSpec **props;
|
||||||
guint n_properties;
|
guint n_properties;
|
||||||
int i;
|
guint i;
|
||||||
int max_prop_name_length = 0;
|
int max_prop_name_length = 0;
|
||||||
gchar *pattern = NULL;
|
gchar *pattern = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user