Remove all placeholder code in HildonEntry/TextView now that it's in GTK
authorAlberto Garcia <agarcia@igalia.com>
Tue, 4 Aug 2009 16:25:55 +0000 (18:25 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Tue, 4 Aug 2009 16:34:46 +0000 (18:34 +0200)
commit612b3ad6022252538dcdafe78f63a36a7d1b9335
tree050ba31320832aaf3bff951cbf0b73759b4c621f
parentf7fe1ad2bf6bc3f2b2041eaf1716d72024b3b14f
Remove all placeholder code in HildonEntry/TextView now that it's in GTK

* hildon/hildon-text-view.c
* hildon/hildon-entry.c:
Remove all placeholder code from HildonEntry and HildonTextView
and use the API in GtkEntry and GtkTextView instead.

* examples/hildon-entry-example.c
* examples/hildon-text-view-example.c
* examples/hildon-wizard-dialog-example.c
* hildon/hildon-get-password-dialog.c
* hildon/hildon-login-dialog.c
* hildon/hildon-picker-dialog.c
* hildon/hildon-set-password-dialog.c
* hildon/hildon-touch-selector-entry.c:
Replace all deprecated calls to HildonEntry and HildonTextView
with their Gtk counterparts.

Fixes: NB#122395 (hildon_entry_set_placeholder() should be in
GtkEntry)
ChangeLog
examples/hildon-entry-example.c
examples/hildon-text-view-example.c
examples/hildon-wizard-dialog-example.c
hildon/hildon-entry.c
hildon/hildon-get-password-dialog.c
hildon/hildon-login-dialog.c
hildon/hildon-picker-dialog.c
hildon/hildon-set-password-dialog.c
hildon/hildon-text-view.c
hildon/hildon-touch-selector-entry.c