forked from AuroraMiddleware/gtk
query-settings: Don't compare int to uint
This commit is contained in:
parent
a99213100d
commit
c34bb3b994
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user