Fixed the compilation without maemo gtk adding ifdefs with MAEMO_CHANGES define to...
authorAlejandro G. Castro <alex@igalia.com>
Tue, 11 Nov 2008 19:11:50 +0000 (19:11 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Tue, 11 Nov 2008 19:11:50 +0000 (19:11 +0000)
commit1ba9111e385430b4abf2f03408df071fdeca2742
treef4a18206f4785f0b75a75826cc531833989eb1a8
parentd3c43af14529bf547e037ed7cc51613e7b732a87
Fixed the compilation without maemo gtk adding ifdefs with MAEMO_CHANGES define to the code, we have to check this version more carefully.

* examples/Makefile.am: Added control to avoid some examples that
just make sense with maemo gtk.

* src/hildon-gtk.c:
* src/hildon-gtk.h: Remove some functions that use the maemo gtk
hildon modes with the define.

* examples/hildon-edit-toolbar-example.c,
(create_icon_view): Create the icon view without hildon-gtk
helpers if we are not using maemo gtk.

* src/hildon-touch-selector.c,
(_create_new_column): Create the treeview without hildon-gtk
helpers if we are not using maemo gtk.
ChangeLog
examples/Makefile.am
examples/hildon-edit-toolbar-example.c
src/hildon-gtk.c
src/hildon-gtk.h
src/hildon-touch-selector.c