2008-11-06 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 6 Nov 2008 12:26:46 +0000 (12:26 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 6 Nov 2008 12:26:46 +0000 (12:26 +0000)
commit123a88a095775aef5216d4bb50fbc844a2886a4a
tree346fac9331a20542b8603141be52f74d070fca91
parentd248a8da46d6e4432198c21f68beccdde95a820d
2008-11-06 Claudio Saavedra <csaavedra@igalia.com>

* src/hildon-note-private.h: Add strings for the icon and stock_icon
properties.
* src/hildon-note.c: (hildon_note_set_property),
(hildon_note_get_property), (hildon_note_class_init),
(hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
(hildon_note_new_confirmation_add_buttons): Remove icons.
(hildon_note_new_confirmation_with_icon_name): Deprecate.
(hildon_note_new_information_with_icon_name): Deprecate.
(hildon_note_new_confirmation): Act directly, without calling
the deprecated constructor.
(hildon_note_new_information): Act directly, without calling
the deprecated constructor.
* src/hildon-note.h: Mark deprecate methods as such.
* tests/check-hildon-note.c: (create_hildon_note_suite): Do
not run tests on the deprecated methods if built with deprecation
disabled.

Fixes: NB#91688 (Never show icons in information notes/confirmation
notes)
ChangeLog
src/hildon-note-private.h
src/hildon-note.c
src/hildon-note.h
tests/check-hildon-note.c