Neil Roberts d6496254d6 * clutter/clutter-model.c (clutter_model_set_sorting_column): This
function is supposed to accept -1 to disable sorting. However it
	checks for whether the column is >= the number of columns, but
	clutter_model_get_n_columns() returns an unsigned int so the
	column number also gets promoted to unsigned for the
	comparison. Therefore -1 is always greater than the number of
	columns so it wouldn't let you set it.
2008-07-30 10:32:25 +00:00
..
2008-06-29 10:31:31 +00:00
2008-07-17 10:08:52 +00:00
2008-07-17 10:08:52 +00:00
2008-07-17 10:08:52 +00:00