2008-09-26 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 26 Sep 2008 12:49:19 +0000 (12:49 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 26 Sep 2008 12:49:19 +0000 (12:49 +0000)
commitbc12a5a3ecc2d09ca18cf7d873bbc711e891d38a
tree57698352bc2e1bdcb9e6fdc75699b95814be053a
parent137eee54b7da36c992cb20dd55a8d8086b29f2c4
2008-09-26 Claudio Saavedra <csaavedra@igalia.com>

* examples/hildon-touch-selector-multi-cells-example.c:
(create_selector): Update the example to use
hildon_touch_selector_append_column() with a NULL renderer and set
the renderers later.
* src/hildon-touch-selector.c: (_create_new_column): Do not warn if
passed a NULL renderer. This is documented behavior now.

Allow passing a NULL renderer to hildon_touch_selector_append_column().
This must be used if the developer wants full control on the layout of
the renderers to be added to the column.

Fixes: NB#88680 (Limiting API in HildonTouchSelector)
ChangeLog
examples/hildon-touch-selector-multi-cells-example.c
src/hildon-touch-selector.c