Remove unnecessary function call redundant checks in HildonTimeSelector
[hildon] / ChangeLog
index 8377903..9ef74ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-time-selector.c: (update_format_policy): Do
+       not call update_format_dependant_columns() if not necessary.
+       (update_format_dependant_columns): Remove unnecessary check for
+       the number of columns.
+
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.c (+hildon_note_constructor),
+       (hildon_note_class_init), (+hildon_note_set_padding),
+       (hildon_note_rebuild): Install a constructor where to set the
+       padding properties in the note, so that it actually works fine.
+       Use hildon_note_set_padding() for this, and also to set it during
+       the note rebuild.
+
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: Bump GTK+ requirement to 2.14.3.
+       * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
+       when using maemo-gtk to define proper margins for the notes.
+
+       Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
+       with the dialog edge)
+
 2009-06-24  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-banner.c