HildonAnimationActor: make the "show" parameter a gboolean
[hildon] / ChangeLog
index 7aa1214..5945fe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2009-07-02  David King  <davidk@openismus.com>
+
+       * hildon/hildon-animation-actor-private.h
+       (HildonAnimationActorPrivate)
+       * hildon/hildon-animation-actor.c (hildon_animation_actor_show)
+       (hildon_animation_actor_hide)
+       * hildon/hildon-animation-actor.h
+       (hildon_animation_actor_set_show_full)
+       (hildon_animation_actor_set_show): Change "show" parameter type from
+       gint to gboolean.
+
+       Fixes: MB#4696 (hildon_animation_actor_set_show() gint argument should
+       be a gboolean)
+
+2009-09-18  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Do not return gboolean in GtkButton:clicked signal handlers
+
+       * examples/hildon-banner-example.c:
+       (on_information_clicked), (on_animation_clicked),
+       (on_progress_clicked): GtkButton:clicked handlers do not return
+       gboolean. Fix this.
+
 2009-09-17  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):